Searched refs:OnMtuChanged (Results 1 - 8 of 8) sorted by relevance

/system/bt/service/common/android/bluetooth/
H A DIBluetoothLowEnergyCallback.aidl25 void OnMtuChanged(int status, String address, int mtu);
/system/bt/service/doc/
H A DIBluetoothLowEnergyCallback.txt39 void OnMtuChanged(in int status, in const char* address, in int mtu);
/system/bt/service/ipc/binder/
H A Dbluetooth_low_energy_binder_server.cc136 void BluetoothLowEnergyBinderServer::OnMtuChanged( function in class:ipc::binder::BluetoothLowEnergyBinderServer
149 cb->OnMtuChanged(status, String16(address, std::strlen(address)), mtu);
H A Dbluetooth_low_energy_binder_server.h68 void OnMtuChanged(bluetooth::LowEnergyClient* client, int status,
/system/bt/service/
H A Dlow_energy_client.h62 virtual void OnMtuChanged(LowEnergyClient* client, int status,
H A Dlow_energy_client.cc193 if (delegate_) delegate_->OnMtuChanged(this, status, addr, mtu);
/system/bt/service/test/
H A Dlow_energy_client_unittest.cc66 void OnMtuChanged(LowEnergyClient* client, int status, const char* address, function in class:bluetooth::__anon792::TestDelegate
/system/bt/service/client/
H A Dmain.cc201 Status OnMtuChanged(int status, const String16& address, int mtu) override {

Completed in 715 milliseconds