Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_hh.h72 } btif_hh_device_t; typedef
89 btif_hh_device_t devices[BTIF_HH_MAX_HID];
92 btif_hh_device_t *p_curr_dev;
102 extern btif_hh_device_t *btif_hh_find_connected_dev_by_handle(UINT8 handle);
107 extern void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type,
/system/bt/btif/src/
Dbtif_hh.c146 extern void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id,
160 static void sync_lockstate_on_connect(btif_hh_device_t *p_dev);
268 static void update_keyboard_lockstates(btif_hh_device_t *p_dev) in update_keyboard_lockstates()
297 static void sync_lockstate_on_connect(btif_hh_device_t *p_dev) in sync_lockstate_on_connect()
334 btif_hh_device_t *btif_hh_find_connected_dev_by_handle(UINT8 handle) in btif_hh_find_connected_dev_by_handle()
355 static btif_hh_device_t *btif_hh_find_dev_by_bda(bt_bdaddr_t *bd_addr) in btif_hh_find_dev_by_bda()
376 static btif_hh_device_t *btif_hh_find_connected_dev_by_bda(bt_bdaddr_t *bd_addr) in btif_hh_find_connected_dev_by_bda()
399 btif_hh_device_t *p_dev = btif_hh_find_connected_dev_by_bda(bd_addr); in btif_hh_stop_vup_timer()
419 btif_hh_device_t *p_dev = btif_hh_find_connected_dev_by_bda(bd_addr); in btif_hh_start_vup_timer()
479 btif_hh_device_t *p_dev; in btif_hh_remove_device()
[all …]
/system/bt/btif/co/
Dbta_hh_co.c80 static int uhid_read_event(btif_hh_device_t *p_dev) in uhid_read_event()
199 btif_hh_device_t *p_dev = arg; in btif_hh_poll_event_thread()
228 static inline void btif_hh_close_poll_thread(btif_hh_device_t *p_dev) in btif_hh_close_poll_thread()
281 btif_hh_device_t *p_dev = NULL; in bta_hh_co_open()
375 btif_hh_device_t *p_dev = NULL; in bta_hh_co_close()
416 btif_hh_device_t *p_dev; in bta_hh_co_data()
451 void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id, in bta_hh_co_send_hid_info()