Home
last modified time | relevance | path

Searched refs:BTA_HH_RPTT_INPUT (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc76 {GATT_UUID_HID_REPORT, BTA_HH_RPTT_INPUT},
77 {GATT_UUID_HID_BT_KB_INPUT, BTA_HH_RPTT_INPUT},
79 {GATT_UUID_HID_BT_MOUSE_INPUT, BTA_HH_RPTT_INPUT},
80 {GATT_UUID_BATTERY_LEVEL, BTA_HH_RPTT_INPUT}};
537 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) { in bta_hh_le_register_input_notif()
593 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) { in bta_hh_le_deregister_input_notif()
716 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) { in bta_hh_le_write_rpt_clt_cfg()
1484 if (p_rpt->rpt_type != BTA_HH_RPTT_INPUT) break; in bta_hh_le_parse_hogp_service()
2336 p_rpt->rpt_type == BTA_HH_RPTT_INPUT)) { in bta_hh_process_cache_rpt()
Dbta_hh_headtracker.cc69 bta_hh_le_save_report_ref(p_dev_cb, p_rpt, BTA_HH_RPTT_INPUT, 1); in bta_hh_headtracker_parse_report_charac()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h209 BTA_HH_RPTT_INPUT, /* input report */ enumerator