/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_client.h | 259 virtual int RequestExchangeMtu(int appId, int mtu) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_client.h | 48 virtual int RequestExchangeMtu(int32_t appId, int32_t mtu) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_client_server.h | 48 int RequestExchangeMtu(int32_t appId, int32_t mtu) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.h | 46 int RequestExchangeMtu(int appId, int mtu) override;
|
H A D | gatt_client_service.cpp | 113 void RequestExchangeMtu(int appId, int mtu); 368 int GattClientService::RequestExchangeMtu(int appId, int mtu) in RequestExchangeMtu() function in OHOS::bluetooth::GattClientService 376 GetDispatcher()->PostTask(std::bind(&impl::RequestExchangeMtu, pimpl.get(), appId, mtu)); in RequestExchangeMtu() 780 void GattClientService::impl::RequestExchangeMtu(int appId, int mtu) in RequestExchangeMtu() function in OHOS::bluetooth::GattClientService::impl
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_client_proxy.h | 45 int RequestExchangeMtu(int32_t appId, int32_t mtu) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 471 int BluetoothGattClientServer::RequestExchangeMtu(int32_t appId, int32_t mtu) in RequestExchangeMtu() function in OHOS::Bluetooth::BluetoothGattClientServer 483 return pimpl->clientService_->RequestExchangeMtu(appId, mtu); in RequestExchangeMtu()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_stub.cpp | 257 int result = RequestExchangeMtu(appId, mtu); in RequestExchangeMtuInner()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_proxy.cpp | 223 int BluetoothGattClientProxy::RequestExchangeMtu(int32_t appId, int32_t mtu) in RequestExchangeMtu() function in OHOS::Bluetooth::BluetoothGattClientProxy
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 859 result = proxy->RequestExchangeMtu(pimpl->applicationId_, mtu); in RequestBleMtuSize()
|