Home
last modified time | relevance | path

Searched refs:SetMtu (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothLowEnergy.aidl32 boolean SetMtu(int client_id, String address, int mtu); in SetMtu() method
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.cc102 Status BluetoothLowEnergyBinderServer::SetMtu(int client_id, in SetMtu() function in ipc::binder::BluetoothLowEnergyBinderServer
116 *_aidl_return = client->SetMtu(std::string(String8(address).string()), mtu); in SetMtu()
Dbluetooth_low_energy_binder_server.h62 Status SetMtu(int client_id, const String16& address, int mtu,
/system/bt/gd/l2cap/internal/
Dle_credit_based_channel_data_controller.h56 void SetMtu(Mtu mtu);
Dle_credit_based_channel_data_controller.cc111 void LeCreditBasedDataController::SetMtu(Mtu mtu) { in SetMtu() function in bluetooth::l2cap::internal::LeCreditBasedDataController
/system/bt/service/
Dlow_energy_client.h91 bool SetMtu(const std::string& address, int mtu);
Dlow_energy_client.cc97 bool LowEnergyClient::SetMtu(const std::string& address, int mtu) { in SetMtu() function in bluetooth::LowEnergyClient
/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc258 data_controller->SetMtu(std::min(request.mtu, local_mtu)); in on_security_result_for_incoming()
294 data_controller->SetMtu(std::min(mtu, command_just_sent_.mtu_)); in OnConnectionResponse()
/system/bt/service/client/
Dmain.cc857 ble_iface->SetMtu(ble_client_id.load(), in HandleSetMtu()