Home
last modified time | relevance | path

Searched refs:OnMtuChanged (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothLowEnergyCallback.aidl25 void OnMtuChanged(int status, String address, int mtu); in OnMtuChanged() method
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.cc136 void BluetoothLowEnergyBinderServer::OnMtuChanged( in OnMtuChanged() function in ipc::binder::BluetoothLowEnergyBinderServer
149 cb->OnMtuChanged(status, String16(address, std::strlen(address)), mtu); in OnMtuChanged()
Dbluetooth_low_energy_binder_server.h68 void OnMtuChanged(bluetooth::LowEnergyClient* client, int status,
/system/bt/service/
Dlow_energy_client.h62 virtual void OnMtuChanged(LowEnergyClient* client, int status,
Dlow_energy_client.cc193 if (delegate_) delegate_->OnMtuChanged(this, status, addr, mtu); in MtuChangedCallback()
/system/bt/service/doc/
DIBluetoothLowEnergyCallback.txt39 void OnMtuChanged(in int status, in const char* address, in int mtu);
DIBluetoothLowEnergy.txt54 * OnMtuChanged callback will be triggered as a result of this call. Returns
/system/bt/service/test/
Dlow_energy_client_unittest.cc66 void OnMtuChanged(LowEnergyClient* client, int status, const char* address, in OnMtuChanged() function in bluetooth::__anona18d8ef30111::TestDelegate
/system/bt/service/client/
Dmain.cc201 Status OnMtuChanged(int status, const String16& address, int mtu) override { in OnMtuChanged() function in __anoneea9c13f0111::CLIBluetoothLowEnergyCallback