Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.c978 if (p_cb->hid_srvc.proto_mode_handle == 0) in bta_hh_le_set_protocol_mode()
1003 gatt_queue_write_op(GATT_WRITE_CHAR, p_cb->conn_id, p_cb->hid_srvc.proto_mode_handle, 1, in bta_hh_le_set_protocol_mode()
1023 if (p_cb->hid_srvc.in_use && p_cb->hid_srvc.proto_mode_handle != 0) { in bta_hh_le_get_protocol_mode()
1024 gatt_queue_read_op(GATT_READ_CHAR, p_cb->conn_id, p_cb->hid_srvc.proto_mode_handle); in bta_hh_le_get_protocol_mode()
1519 p_dev_cb->hid_srvc.proto_mode_handle = p_char->handle; in bta_hh_le_search_hid_chars()
1565 p_dev_cb->hid_srvc.proto_mode_handle = 0; in bta_hh_le_srvc_search_cmpl()
Dbta_hh_int.h213 UINT16 proto_mode_handle; member