Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Datt_db_util.c102 case GATT_INCLUDE_SERVICE_UUID: in att_db_util_hash_include_with_value()
236 …att_db_util_add_attribute_uuid16(GATT_INCLUDE_SERVICE_UUID, ATT_PROPERTY_READ, buffer, sizeof(buff… in att_db_util_add_included_service_uuid16()
H A Datt_db.c1635 if ((it.value_len == 6u) && (att_iterator_match_uuid16(&it, GATT_INCLUDE_SERVICE_UUID))){ in gatt_server_get_included_service_with_uuid16()
H A Dgatt_client.c568GATT_INCLUDE_SERVICE_UUID, gatt_client->start_group_handle, in send_gatt_included_service_request()
/btstack/src/
H A Dbluetooth.h824 #define GATT_INCLUDE_SERVICE_UUID 0x2802 macro