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.h110 } btif_hh_device_t; typedef
126 btif_hh_device_t devices[BTIF_HH_MAX_HID];
145 btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle);
146 btif_hh_device_t* btif_hh_find_dev_by_handle(uint8_t handle);
147 btif_hh_device_t* btif_hh_find_empty_dev(void);
164 void bta_hh_co_close(btif_hh_device_t* p_dev);
165 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, uint16_t vendor_id,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc258 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, tBTA_HH_DEV_DSCP_INFO& dscp_info) { in sync_lockstate_on_connect()
335 btif_hh_device_t* btif_hh_find_connected_dev_by_handle(uint8_t handle) { in btif_hh_find_connected_dev_by_handle()
354 btif_hh_device_t* btif_hh_find_dev_by_handle(uint8_t handle) { in btif_hh_find_dev_by_handle()
356 btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in btif_hh_find_dev_by_handle()
372 btif_hh_device_t* btif_hh_find_empty_dev(void) { in btif_hh_find_empty_dev()
374 btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in btif_hh_find_empty_dev()
391 static btif_hh_device_t* btif_hh_find_dev_by_link_spec(const tAclLinkSpec& link_spec) { in btif_hh_find_dev_by_link_spec()
411 static btif_hh_device_t* btif_hh_find_connected_dev_by_link_spec(const tAclLinkSpec& link_spec) { in btif_hh_find_connected_dev_by_link_spec()
431 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_link_spec(link_spec); in btif_hh_stop_vup_timer()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_co_bta_hh_co.cc39 void bta_hh_co_close(btif_hh_device_t* /* p_dev */) { inc_func_call_count(__func__); } in bta_hh_co_close() argument
53 void bta_hh_co_send_hid_info(btif_hh_device_t* /* p_dev */, const char* /* dev_name */, in bta_hh_co_send_hid_info() argument
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc492 static bool uhid_fd_open(btif_hh_device_t* p_dev) { in uhid_fd_open()
696 btif_hh_device_t* p_dev = btif_hh_find_dev_by_handle(dev_handle); in bta_hh_co_open()
748 void bta_hh_co_close(btif_hh_device_t* p_dev) { in bta_hh_co_close()
778 btif_hh_device_t* p_dev; in bta_hh_co_data()
804 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, uint16_t vendor_id, in bta_hh_co_send_hid_info()
873 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_handle(dev_handle); in bta_hh_co_set_rpt_rsp()
902 btif_hh_device_t* p_dev; in bta_hh_co_get_rpt_rsp()