HomeSort by relevance Sort by last modified time
    Searched refs:OnMtuChanged (Results 1 - 8 of 8) sorted by null

  /system/bt/service/common/android/bluetooth/
IBluetoothLowEnergyCallback.aidl 25 void OnMtuChanged(int status, String address, int mtu);
  /system/bt/service/doc/
IBluetoothLowEnergyCallback.txt 39 void OnMtuChanged(in int status, in const char* address, in int mtu);
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.h 68 void OnMtuChanged(bluetooth::LowEnergyClient* client, int status,
bluetooth_low_energy_binder_server.cc 136 void BluetoothLowEnergyBinderServer::OnMtuChanged(
149 cb->OnMtuChanged(status, String16(address, std::strlen(address)), mtu);
  /system/bt/service/
low_energy_client.h 62 virtual void OnMtuChanged(LowEnergyClient* client, int status,
low_energy_client.cc 192 if (delegate_) delegate_->OnMtuChanged(this, status, addr, mtu);
  /system/bt/service/test/
low_energy_client_unittest.cc 66 void OnMtuChanged(LowEnergyClient* client, int status, const char* address,
  /system/bt/service/client/
main.cc 201 Status OnMtuChanged(int status, const String16& address, int mtu) override {
    [all...]

Completed in 175 milliseconds