HomeSort by relevance Sort by last modified time
    Searched defs:SetMtu (Results 1 - 4 of 4) sorted by null

  /system/bt/service/common/bluetooth/binder/
IBluetoothLowEnergy.cpp 92 bool result = SetMtu(client_id, address, mtu);
222 bool BpBluetoothLowEnergy::SetMtu(int client_id, const char* address, int mtu) {
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.cpp 89 bool BluetoothLowEnergyBinderServer::SetMtu(int client_id,
103 return client->SetMtu(address, mtu);
  /system/bt/service/
low_energy_client.cpp 380 bool LowEnergyClient::SetMtu(std::string address, int mtu) {
  /external/webrtc/webrtc/base/
sslstreamadapter_unittest.cc 455 void SetMtu(size_t mtu) {
880 SetMtu(700);
    [all...]

Completed in 616 milliseconds