Home
last modified time | relevance | path

Searched refs:GATT_CHARACTERISTICS_UUID (Results 1 – 4 of 4) sorted by relevance

/btstack/src/ble/
H A Datt_db_util.c103 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 Datt_db.c1500 || 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 Dgatt_client.c574GATT_CHARACTERISTICS_UUID, gatt_client->start_group_handle, in send_gatt_characteristic_request()
/btstack/src/
H A Dbluetooth.h825 #define GATT_CHARACTERISTICS_UUID 0x2803 macro