Searched defs:OnMtuChanged (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/common/android/bluetooth/ | ||
D | IBluetoothLowEnergyCallback.aidl | 25 void OnMtuChanged(int status, String address, int mtu); in OnMtuChanged() method |
/system/bt/service/ipc/binder/ | ||
D | bluetooth_low_energy_binder_server.cc | 136 void BluetoothLowEnergyBinderServer::OnMtuChanged( in OnMtuChanged() function in ipc::binder::BluetoothLowEnergyBinderServer |
/system/bt/service/test/ | ||
D | low_energy_client_unittest.cc | 66 void OnMtuChanged(LowEnergyClient* client, int status, const char* address, in OnMtuChanged() function in bluetooth::__anona18d8ef30111::TestDelegate |
/system/bt/service/client/ | ||
D | main.cc | 255 Status OnMtuChanged(int status, const String16& address, int mtu) override { in OnMtuChanged() function in __anoneea9c13f0111::CLIBluetoothLowEnergyCallback |