Searched refs:AclStateChangedCallback (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_interface.cc | 149 void AclStateChangedCallback(bt_status_t status, RawAddress* remote_bd_addr, in AclStateChangedCallback() function 160 AclStateChangedCallback(status, *remote_bd_addr, state, hci_reason)); in AclStateChangedCallback() 224 AclStateChangedCallback, 367 void BluetoothInterface::Observer::AclStateChangedCallback( in AclStateChangedCallback() function in bluetooth::hal::BluetoothInterface::Observer
|
D | bluetooth_interface.h | 73 virtual void AclStateChangedCallback(bt_status_t status,
|
D | fake_bluetooth_interface.cc | 148 observer.AclStateChangedCallback(status, remote_bdaddr, state, hci_reason); in NotifyAclStateChangedCallback()
|
/system/bt/service/ |
D | adapter.cc | 686 void AclStateChangedCallback(bt_status_t status, in AclStateChangedCallback() function in bluetooth::AdapterImpl
|