Functions for working with Bluetooth capable
devices.
bt_gatt_characteristics() Perform a Generic Attribute (GATT) call to retrieve a list of characteristics for a provided primary service.
bt_gatt_characteristics_async() Perform a Generic Attribute (GATT) call to retrieve a list of characteristics asynchronously for a provided primary service.
bt_gatt_characteristics_count() Perform a Generic Attribute (GATT) call to retrieve the number of characteristics within a primary service.
bt_gatt_enable_notify() Enable notifications for a given Generic Attribute (GATT) characteristic.
bt_gatt_get_mtu() Retrieve the Attribute Protocol Maximum Transmit Unit (ATT_MTU) for a provided handle.
bt_gatt_included_services() Perform a Generic Attribute (GATT) call to retrieve a list of included services of the given primary service.
bt_gatt_included_services_async() Perform a Generic Attribute (GATT) call to retrieve a list of included services asynchronously for a given primary service.
bt_gatt_included_services_count() Perform a Generic Attribute (GATT) call to retrieve the number of included services within the primary service.
bt_gatt_init() Initialize resources required for Generic Attribute (GATT)
bt_gatt_read_value() Perform a Generic Attribute (GATT) call to read a value from a provided handle.
bt_gatt_read_value_async() Perform a Generic Attribute (GATT) call to read a value asynchronously from a provided handle.