Lines Matching defs:bd_addr
349 static btif_hh_device_t* btif_hh_find_dev_by_bda(const RawAddress& bd_addr) { in btif_hh_find_dev_by_bda()
370 const RawAddress& bd_addr) { in btif_hh_find_connected_dev_by_bda()
389 void btif_hh_stop_vup_timer(RawAddress* bd_addr) { in btif_hh_stop_vup_timer()
406 void btif_hh_start_vup_timer(const RawAddress* bd_addr) { in btif_hh_start_vup_timer()
456 void btif_hh_remove_device(RawAddress bd_addr) { in btif_hh_remove_device()
534 bt_status_t btif_hh_virtual_unplug(const RawAddress* bd_addr) { in btif_hh_virtual_unplug()
568 bt_status_t btif_hh_connect(const RawAddress* bd_addr) { in btif_hh_connect()
628 void btif_hh_disconnect(RawAddress* bd_addr) { in btif_hh_disconnect()
1130 RawAddress* bd_addr = (RawAddress*)p_param; in btif_hh_handle_evt() local
1221 static bt_status_t connect(RawAddress* bd_addr) { in connect()
1239 static bt_status_t disconnect(RawAddress* bd_addr) { in disconnect()
1268 static bt_status_t virtual_unplug(RawAddress* bd_addr) { in virtual_unplug()
1296 static bt_status_t get_idle_time(RawAddress* bd_addr) { in get_idle_time()
1322 static bt_status_t set_idle_time(RawAddress* bd_addr, uint8_t idle_time) { in set_idle_time()
1353 static bt_status_t set_info(RawAddress* bd_addr, bthh_hid_info_t hid_info) { in set_info()
1399 static bt_status_t get_protocol(RawAddress* bd_addr, in get_protocol()
1426 static bt_status_t set_protocol(RawAddress* bd_addr, in set_protocol()
1465 static bt_status_t get_report(RawAddress* bd_addr, in get_report()
1504 static bt_status_t set_report(RawAddress* bd_addr, in set_report()
1560 static bt_status_t send_data(RawAddress* bd_addr, char* data) { in send_data()