Searched refs:SetMtu (Results 1 – 9 of 9) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothLowEnergy.aidl | 32 boolean SetMtu(int client_id, String address, int mtu); in SetMtu() method
|
/system/bt/service/ipc/binder/ |
D | bluetooth_low_energy_binder_server.cc | 102 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()
|
D | bluetooth_low_energy_binder_server.h | 62 Status SetMtu(int client_id, const String16& address, int mtu,
|
/system/bt/gd/l2cap/internal/ |
D | le_credit_based_channel_data_controller.h | 56 void SetMtu(Mtu mtu);
|
D | le_credit_based_channel_data_controller.cc | 111 void LeCreditBasedDataController::SetMtu(Mtu mtu) { in SetMtu() function in bluetooth::l2cap::internal::LeCreditBasedDataController
|
/system/bt/service/ |
D | low_energy_client.h | 91 bool SetMtu(const std::string& address, int mtu);
|
D | low_energy_client.cc | 97 bool LowEnergyClient::SetMtu(const std::string& address, int mtu) { in SetMtu() function in bluetooth::LowEnergyClient
|
/system/bt/gd/l2cap/le/internal/ |
D | signalling_manager.cc | 258 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/ |
D | main.cc | 857 ble_iface->SetMtu(ble_client_id.load(), in HandleSetMtu()
|