Searched refs:GATT_CHARACTERISTICS_UUID (Results 1 – 4 of 4) sorted by relevance
/btstack/src/ble/ |
H A D | att_db_util.c | 103 case GATT_CHARACTERISTICS_UUID: in att_db_util_hash_include_with_value() 291 …att_db_util_add_attribute_uuid16(GATT_CHARACTERISTICS_UUID, ATT_PROPERTY_READ, buffer, sizeof(buff… in att_db_util_add_characteristic_uuid16() 306 …att_db_util_add_attribute_uuid16(GATT_CHARACTERISTICS_UUID, ATT_PROPERTY_READ, buffer, sizeof(buff… in att_db_util_add_characteristic_uuid128()
|
H A D | att_db.c | 1500 || att_iterator_match_uuid16(&it, GATT_CHARACTERISTICS_UUID)){ in gatt_server_get_descriptor_handle_for_characteristic_with_uuid16() 1605 || att_iterator_match_uuid16(&it, GATT_CHARACTERISTICS_UUID)){ in gatt_server_get_client_configuration_handle_for_characteristic_with_uuid128()
|
H A D | gatt_client.c | 574 … GATT_CHARACTERISTICS_UUID, gatt_client->start_group_handle, in send_gatt_characteristic_request()
|
/btstack/src/ |
H A D | bluetooth.h | 825 #define GATT_CHARACTERISTICS_UUID 0x2803 macro
|