Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_hh.h71 } btif_hh_device_t; typedef
88 btif_hh_device_t devices[BTIF_HH_MAX_HID];
91 btif_hh_device_t *p_curr_dev;
101 extern btif_hh_device_t *btif_hh_find_connected_dev_by_handle(UINT8 handle);
106 extern void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type,
/external/bluetooth/bluedroid/btif/src/
Dbtif_hh.c155 extern void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id,
169 static void sync_lockstate_on_connect(btif_hh_device_t *p_dev);
280 static void update_keyboard_lockstates(btif_hh_device_t *p_dev) in update_keyboard_lockstates()
309 static void sync_lockstate_on_connect(btif_hh_device_t *p_dev) in sync_lockstate_on_connect()
346 btif_hh_device_t *btif_hh_find_connected_dev_by_handle(UINT8 handle) in btif_hh_find_connected_dev_by_handle()
367 static btif_hh_device_t *btif_hh_find_dev_by_bda(bt_bdaddr_t *bd_addr) in btif_hh_find_dev_by_bda()
388 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()
411 btif_hh_device_t *p_dev = btif_hh_find_connected_dev_by_bda(bd_addr); in btif_hh_stop_vup_timer()
432 btif_hh_device_t *p_dev = btif_hh_find_connected_dev_by_bda(bd_addr); in btif_hh_start_vup_timer()
503 btif_hh_device_t *p_dev; in btif_hh_remove_device()
[all …]
/external/bluetooth/bluedroid/btif/co/
Dbta_hh_co.c63 static int uhid_event(btif_hh_device_t *p_dev) in uhid_event()
166 btif_hh_device_t *p_dev = arg; in btif_hh_poll_event_thread()
192 static inline void btif_hh_close_poll_thread(btif_hh_device_t *p_dev) in btif_hh_close_poll_thread()
241 btif_hh_device_t *p_dev = NULL; in bta_hh_co_open()
330 btif_hh_device_t *p_dev = NULL; in bta_hh_co_close()
371 btif_hh_device_t *p_dev; in bta_hh_co_data()
404 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()