Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/binder/
DIBluetoothLowEnergyCallback.h61 virtual void OnMtuChanged(int status, const char* address, int mtu) = 0;
102 void OnMtuChanged(int status, const char* address, int mtu) override;
DIBluetoothLowEnergyCallback.cpp72 OnMtuChanged(status, address, mtu); in onTransact()
135 void BpBluetoothLowEnergyCallback::OnMtuChanged( in OnMtuChanged() function in ipc::binder::BpBluetoothLowEnergyCallback
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.h68 void OnMtuChanged(bluetooth::LowEnergyClient* client, int status,
Dbluetooth_low_energy_binder_server.cpp235 void BluetoothLowEnergyBinderServer::OnMtuChanged( in OnMtuChanged() function in ipc::binder::BluetoothLowEnergyBinderServer
248 cb->OnMtuChanged(status, address, mtu); in OnMtuChanged()
/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/
Dlow_energy_client.h69 virtual void OnMtuChanged(LowEnergyClient* client, int status, const char* address,
Dlow_energy_client.cpp648 delegate_->OnMtuChanged(this, status, addr, mtu); in MtuChangedCallback()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp39 void OnMtuChanged(int status, const char *address, int mtu) override {} in OnMtuChanged() function in heart_rate::CLIBluetoothLowEnergyCallback
/system/bt/service/client/
Dmain.cpp181 void OnMtuChanged(int status, const char *address, int mtu) override { in OnMtuChanged() function in __anonc3e1eb3c0111::CLIBluetoothLowEnergyCallback
/system/bt/service/test/
Dlow_energy_client_unittest.cpp97 void OnMtuChanged(LowEnergyClient* client, int status, const char* address, in OnMtuChanged() function in bluetooth::__anond33f6f700111::TestDelegate