Internal functions
These functions are for internal use when handling ccalls to simplecble
SimpleBLE.free — Function
Free memory given by simplecble
SimpleBLE.simpleble_get_version — Function
Get the version of SimpleBLE
SimpleBLE.simpleble_get_operating_system — Function
Get current operating system
SimpleBLE.simpleble_adapter_underlying — Function
simpleble_adapter_underlying(handle)
SimpleBLE.simpleble_peripheral_underlying — Function
simpleble_peripheral_underlying(handle)
SimpleBLE.simpleble_logging_set_level — Function
simpleble_logging_set_level(level::SimpleBLE.SBLELOGLEVEL)Set the log level of simpleble
SimpleBLE.simpleble_logging_set_callback — Function
simpleble_logging_set_callback(callback)
simpleble_logging_set_callback() do level::SBLELOGLEVEL,
module::Cstring,
file::Cstring,
line::UInt32,
function::Cstring,
message::Cstring
return nothing
end