Home
last modified time | relevance | path

Searched refs:btif_hh_device_t (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/btif/include/
Dbtif_hh.h113 } btif_hh_device_t; typedef
129 btif_hh_device_t devices[BTIF_HH_MAX_HID];
142 btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle);
143 btif_hh_device_t* btif_hh_find_dev_by_handle(uint8_t handle);
144 btif_hh_device_t* btif_hh_find_empty_dev(void);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc154 void bta_hh_co_close(btif_hh_device_t* p_dev);
155 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name,
258 static void update_keyboard_lockstates(btif_hh_device_t* p_dev) { in update_keyboard_lockstates()
286 static void sync_lockstate_on_connect(btif_hh_device_t* p_dev) { in sync_lockstate_on_connect()
337 btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle) { in btif_hh_find_connected_dev_by_handle()
356 btif_hh_device_t* btif_hh_find_dev_by_handle(uint8_t handle) { in btif_hh_find_dev_by_handle()
358 btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in btif_hh_find_dev_by_handle()
375 btif_hh_device_t* btif_hh_find_empty_dev(void) { in btif_hh_find_empty_dev()
377 btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in btif_hh_find_empty_dev()
394 static btif_hh_device_t* btif_hh_find_dev_by_link_spec( in btif_hh_find_dev_by_link_spec()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_co_bta_hh_co.cc40 void bta_hh_co_close(btif_hh_device_t* /* p_dev */) { in bta_hh_co_close() argument
57 void bta_hh_co_send_hid_info(btif_hh_device_t* /* p_dev */, in bta_hh_co_send_hid_info() argument
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc280 static bool uhid_fd_open(btif_hh_device_t* p_dev) { in uhid_fd_open()
441 btif_hh_device_t* p_dev = btif_hh_find_dev_by_handle(dev_handle); in bta_hh_co_open()
503 void bta_hh_co_close(btif_hh_device_t* p_dev) { in bta_hh_co_close()
540 btif_hh_device_t* p_dev; in bta_hh_co_data()
582 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
651 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_handle(dev_handle); in bta_hh_co_set_rpt_rsp()
705 btif_hh_device_t* p_dev; in bta_hh_co_get_rpt_rsp()