Lines Matching defs:bd_addr

345 static btif_hh_device_t* btif_hh_find_dev_by_bda(const RawAddress& bd_addr) {  in btif_hh_find_dev_by_bda()
366 const RawAddress& bd_addr) { in btif_hh_find_connected_dev_by_bda()
385 void btif_hh_stop_vup_timer(RawAddress* bd_addr) { in btif_hh_stop_vup_timer()
402 void btif_hh_start_vup_timer(const RawAddress* bd_addr) { in btif_hh_start_vup_timer()
452 void btif_hh_remove_device(RawAddress bd_addr) { in btif_hh_remove_device()
530 bt_status_t btif_hh_virtual_unplug(const RawAddress* bd_addr) { in btif_hh_virtual_unplug()
574 bt_status_t btif_hh_connect(const RawAddress* bd_addr) { in btif_hh_connect()
633 void btif_hh_disconnect(RawAddress* bd_addr) { in btif_hh_disconnect()
1150 RawAddress* bd_addr = (RawAddress*)p_param; in btif_hh_handle_evt() local
1241 static bt_status_t connect(RawAddress* bd_addr) { in connect()
1259 static bt_status_t disconnect(RawAddress* bd_addr) { in disconnect()
1288 static bt_status_t virtual_unplug(RawAddress* bd_addr) { in virtual_unplug()
1316 static bt_status_t get_idle_time(RawAddress* bd_addr) { in get_idle_time()
1342 static bt_status_t set_idle_time(RawAddress* bd_addr, uint8_t idle_time) { in set_idle_time()
1373 static bt_status_t set_info(RawAddress* bd_addr, bthh_hid_info_t hid_info) { in set_info()
1419 static bt_status_t get_protocol(RawAddress* bd_addr, in get_protocol()
1446 static bt_status_t set_protocol(RawAddress* bd_addr, in set_protocol()
1485 static bt_status_t get_report(RawAddress* bd_addr, in get_report()
1524 static bt_status_t set_report(RawAddress* bd_addr, in set_report()
1580 static bt_status_t send_data(RawAddress* bd_addr, char* data) { in send_data()