Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc79 {GATT_UUID_HID_BT_MOUSE_INPUT, BTA_HH_RPTT_INPUT},
119 if (p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT) rpt_name = "Boot MI Input"; in bta_hh_le_hid_report_dbg()
157 case GATT_UUID_HID_BT_MOUSE_INPUT: in bta_hh_uuid_to_str()
391 p_rpt->uuid <= GATT_UUID_HID_BT_MOUSE_INPUT)) in bta_hh_le_find_rpt_by_idtype()
441 if (rpt_uuid == GATT_UUID_HID_BT_MOUSE_INPUT) in bta_hh_le_find_alloc_report_entry()
554 p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT) { in bta_hh_le_register_input_notif()
562 p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT) && in bta_hh_le_register_input_notif()
601 p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT) && in bta_hh_le_deregister_input_notif()
687 case GATT_UUID_HID_BT_MOUSE_INPUT: in write_rpt_clt_cfg_cb()
1493 case GATT_UUID_HID_BT_MOUSE_INPUT: in bta_hh_le_parse_hogp_service()
[all …]
/packages/modules/Bluetooth/system/stack/include/
Dgattdefs.h114 #define GATT_UUID_HID_BT_MOUSE_INPUT 0x2A33 macro