Searched refs:SetMtu (Results 1 – 7 of 7) sorted by relevance
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothLowEnergy.h | 79 virtual bool SetMtu(int client_id, const char* address, int mtu) = 0; 132 bool SetMtu(int client_id, const char* address, int mtu) override;
|
D | IBluetoothLowEnergy.cpp | 92 bool result = SetMtu(client_id, address, mtu); in onTransact() 222 bool BpBluetoothLowEnergy::SetMtu(int client_id, const char* address, int mtu) { in SetMtu() function in ipc::binder::BpBluetoothLowEnergy
|
/system/bt/service/ipc/binder/ |
D | bluetooth_low_energy_binder_server.h | 52 bool SetMtu(int client_id, const char* address, int mtu) override;
|
D | bluetooth_low_energy_binder_server.cpp | 89 bool BluetoothLowEnergyBinderServer::SetMtu(int client_id, in SetMtu() function in ipc::binder::BluetoothLowEnergyBinderServer 103 return client->SetMtu(address, mtu); in SetMtu()
|
/system/bt/service/ |
D | low_energy_client.h | 98 bool SetMtu(std::string address, int mtu);
|
D | low_energy_client.cpp | 380 bool LowEnergyClient::SetMtu(std::string address, int mtu) { in SetMtu() function in bluetooth::LowEnergyClient
|
/system/bt/service/client/ |
D | main.cpp | 650 bool status = ble_iface->SetMtu(ble_client_id.load(), address.c_str(), mtu); in HandleSetMtu()
|