Home
last modified time | relevance | path

Searched defs:report_index (Results 1 – 2 of 2) sorted by relevance

/btstack/src/ble/gatt-service/
H A Dhids_client.c295 …uint8_t report_index = find_external_report_index_for_value_handle(client, characteristic->value_h… in hids_client_add_characteristic() local
321 uint8_t report_index = client->num_external_reports; in hids_client_add_external_report() local
555 …lient_setup_report_event(uint8_t subevent, hids_client_t *client, uint8_t report_index, uint8_t *b… in hids_client_setup_report_event()
571 …_client_setup_report_event_with_report_id(hids_client_t * client, uint8_t report_index, uint8_t *b… in hids_client_setup_report_event_with_report_id()
621 …uint8_t report_index = find_report_index_for_value_handle(client, gatt_event_notification_get_valu… in handle_notification_event() local
655 …uint8_t report_index = find_report_index_for_value_handle(client, gatt_event_characteristic_value_… in handle_report_event() local
992 uint8_t report_index; in handle_gatt_client_event() local
1495 …uint8_t report_index = find_report_index_for_report_id_and_report_type(client, report_id, report_t… in hids_client_send_write_report() local
1531 …uint8_t report_index = find_report_index_for_report_id_and_report_type(client, report_id, report_t… in hids_client_send_get_report() local
H A Dhids_client.h204 uint8_t report_index; member