Searched defs:SetMtu (Results 1 - 3 of 3) sorted by relevance

/system/bt/service/common/bluetooth/binder/
H A DIBluetoothLowEnergy.cpp92 bool result = SetMtu(client_id, address, mtu);
222 bool BpBluetoothLowEnergy::SetMtu(int client_id, const char* address, int mtu) { function in class:ipc::binder::BpBluetoothLowEnergy
/system/bt/service/ipc/binder/
H A Dbluetooth_low_energy_binder_server.cpp89 bool BluetoothLowEnergyBinderServer::SetMtu(int client_id, function in class:ipc::binder::BluetoothLowEnergyBinderServer
103 return client->SetMtu(address, mtu);
/system/bt/service/
H A Dlow_energy_client.cpp380 bool LowEnergyClient::SetMtu(std::string address, int mtu) { function in class:bluetooth::LowEnergyClient

Completed in 55 milliseconds