HomeSort by relevance Sort by last modified time
    Searched refs:btif_hh_device_t (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 72 } btif_hh_device_t; typedef in typeref:struct:__anon3337
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,
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 58 static int uhid_event(btif_hh_device_t *p_dev)
161 btif_hh_device_t *p_dev = arg;
187 static inline void btif_hh_close_poll_thread(btif_hh_device_t *p_dev)
236 btif_hh_device_t *p_dev = NULL;
325 btif_hh_device_t *p_dev = NULL;
367 btif_hh_device_t *p_dev;
399 void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id,
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 155 extern void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id,
168 static void sync_lockstate_on_connect(btif_hh_device_t *p_dev);
169 //static void hh_update_keyboard_lockstates(btif_hh_device_t *p_dev);
256 static void update_keyboard_lockstates(btif_hh_device_t *p_dev)
295 static void sync_lockstate_on_connect(btif_hh_device_t *p_dev)
332 static btif_hh_device_t *btif_hh_find_dev_by_handle(UINT8 handle)
355 btif_hh_device_t *btif_hh_find_connected_dev_by_handle(UINT8 handle)
376 static btif_hh_device_t *btif_hh_find_dev_by_bda(bt_bdaddr_t *bd_addr)
397 static btif_hh_device_t *btif_hh_find_connected_dev_by_bda(bt_bdaddr_t *bd_addr)
420 btif_hh_device_t *p_dev = btif_hh_find_connected_dev_by_bda(bd_addr)
    [all...]

Completed in 519 milliseconds