Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dhids_client.c251 for (i = 0; i < client->num_external_reports; i++){ in find_external_report_index_for_value_handle()
261 for (i = 0; i < client->num_external_reports; i++){ in external_report_index_for_uuid_exists()
321 uint8_t report_index = client->num_external_reports; in hids_client_add_external_report()
327 client->num_external_reports++; in hids_client_add_external_report()
328 …ternal index %d [%d], value handle 0x%02x", report_index, client->num_external_reports, characteri… in hids_client_add_external_report()
368 if (client->report_index < client->num_external_reports){ in hids_client_report_query_next_report_map_uuid()
377 if (client->num_external_reports > 0){ in hids_client_report_map_uuid_query_init()
H A Dhids_client.h199 uint8_t num_external_reports; member