Home
last modified time | relevance | path

Searched refs:AclStateChangedCallback (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/hal/
Dbluetooth_interface.cc149 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
Dbluetooth_interface.h73 virtual void AclStateChangedCallback(bt_status_t status,
Dfake_bluetooth_interface.cc148 observer.AclStateChangedCallback(status, remote_bdaddr, state, hci_reason); in NotifyAclStateChangedCallback()
/system/bt/service/
Dadapter.cc686 void AclStateChangedCallback(bt_status_t status, in AclStateChangedCallback() function in bluetooth::AdapterImpl