Home
last modified time | relevance | path

Searched refs:RequestExchangeMtu (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_client.h259 virtual int RequestExchangeMtu(int appId, int mtu) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_client.h48 virtual int RequestExchangeMtu(int32_t appId, int32_t mtu) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h48 int RequestExchangeMtu(int32_t appId, int32_t mtu) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.h46 int RequestExchangeMtu(int appId, int mtu) override;
H A Dgatt_client_service.cpp113 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 Dbluetooth_gatt_client_proxy.h45 int RequestExchangeMtu(int32_t appId, int32_t mtu) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp471 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 Dbluetooth_gatt_client_stub.cpp257 int result = RequestExchangeMtu(appId, mtu); in RequestExchangeMtuInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp223 int BluetoothGattClientProxy::RequestExchangeMtu(int32_t appId, int32_t mtu) in RequestExchangeMtu() function in OHOS::Bluetooth::BluetoothGattClientProxy
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp859 result = proxy->RequestExchangeMtu(pimpl->applicationId_, mtu); in RequestBleMtuSize()

Completed in 8 milliseconds