Lines Matching refs:protocol_mode

274         hid_protocol_mode_t  protocol_mode = client->services[report.service_index].protocol_mode;  in find_report_index_for_report_id_and_report_type()  local
276 if (protocol_mode == HID_PROTOCOL_MODE_BOOT){ in find_report_index_for_report_id_and_report_type()
280 } else if (protocol_mode == HID_PROTOCOL_MODE_REPORT){ in find_report_index_for_report_id_and_report_type()
427 hid_protocol_mode_t protocol_mode = client->services[report.service_index].protocol_mode; in hids_client_get_next_notification_report_index() local
429 if (protocol_mode == HID_PROTOCOL_MODE_BOOT){ in hids_client_get_next_notification_report_index()
433 } else if (protocol_mode == HID_PROTOCOL_MODE_REPORT){ in hids_client_get_next_notification_report_index()
526 event[pos++] = client->services[0].protocol_mode; in hids_emit_connection_established()
939 … client->services[client->service_index].protocol_mode = client->required_protocol_mode; in hids_client_handle_can_write_without_reponse()
1273 client->services[i].protocol_mode = HID_PROTOCOL_MODE_REPORT; in handle_gatt_client_event()
1449 …_handle, btstack_packet_handler_t packet_handler, hid_protocol_mode_t protocol_mode, uint16_t * hi… in hids_client_connect() argument
1467 client->required_protocol_mode = protocol_mode; in hids_client_connect()
1592 …end_set_protocol_mode(uint16_t hids_cid, uint8_t service_index, hid_protocol_mode_t protocol_mode){ in hids_client_send_set_protocol_mode() argument
1608 client->value = (uint8_t)protocol_mode; in hids_client_send_set_protocol_mode()