Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Datt_db.c157 static bool att_iterator_match_uuid(att_iterator_t *it, uint8_t *uuid, uint16_t uuid_len){ in att_iterator_match_uuid() function
639 …if ((it.handle < start_handle) || !att_iterator_match_uuid(&it, attribute_type, attribute_type_len… in handle_read_by_type_request2()
1054 if ((it.handle != 0u) && att_iterator_match_uuid(&it, attribute_type, attribute_type_len)) { in handle_read_by_group_type_request2()
1574 if (att_iterator_match_uuid(&it, attribute_value, 16)){ in gatt_server_get_value_handle_for_characteristic_with_uuid128()
1599 if (att_iterator_match_uuid(&it, attribute_value, 16)){ in gatt_server_get_client_configuration_handle_for_characteristic_with_uuid128()
1820 if (att_iterator_match_uuid(&it, (uint8_t*) uuid128, 16)){ in btp_att_get_attributes_by_uuid128()