AIROC™ BTSDK v4.8 - Documentation | ||||
> More...
Functions | |
wiced_bt_gatt_status_t | wiced_bt_util_set_gatt_client_config_descriptor (uint16_t conn_id, uint16_t handle, uint16_t value) |
Sets the value of the Client Configuration Descriptor. More... | |
wiced_bt_gatt_status_t | wiced_bt_util_send_gatt_discover (uint16_t conn_id, wiced_bt_gatt_discovery_type_t type, uint16_t uuid, uint16_t s_handle, uint16_t e_handle) |
Formats and sends a GATT discover request. More... | |
wiced_bt_gatt_status_t | wiced_bt_util_send_gatt_read_by_handle (uint16_t conn_id, uint16_t handle) |
Formats and sends a Read By Handle GATT request. More... | |
wiced_bt_gatt_status_t | wiced_bt_util_send_gatt_read_by_type (uint16_t conn_id, uint16_t s_handle, uint16_t e_handle, uint16_t uuid) |
Formats and sends a Read by Type GATT request. More... | |
int | wiced_bt_util_uuid_cpy (wiced_bt_uuid_t *p_dst, wiced_bt_uuid_t *p_src) |
Copies a UUID. More... | |
int | wiced_bt_util_uuid_cmp (wiced_bt_uuid_t *p_uuid1, wiced_bt_uuid_t *p_uuid2) |
Compares two UUIDs. More... | |
>
AIROC Generic Attribute (GATT) Application Programming Interface