Home
last modified time | relevance | path

Searched refs:GetBleMaxAdvertisingDataLength (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h696 int GetBleMaxAdvertisingDataLength() const;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h339 virtual int GetBleMaxAdvertisingDataLength() const = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h122 int GetBleMaxAdvertisingDataLength() const override;
H A Dble_adapter.cpp940 int BleAdapter::GetBleMaxAdvertisingDataLength() const in GetBleMaxAdvertisingDataLength() function in OHOS::bluetooth::BleAdapter
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h94 virtual int32_t GetBleMaxAdvertisingDataLength() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h90 int32_t GetBleMaxAdvertisingDataLength() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h69 int32_t GetBleMaxAdvertisingDataLength() override;
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp217 int32_t length = host_->GetBleMaxAdvertisingDataLength(); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1106 int BluetoothHost::GetBleMaxAdvertisingDataLength() const in GetBleMaxAdvertisingDataLength() function in OHOS::Bluetooth::BluetoothHost
1111 return proxy->GetBleMaxAdvertisingDataLength(); in GetBleMaxAdvertisingDataLength()
H A Dbluetooth_ble_advertiser.cpp296 maxSize = static_cast<uint32_t>(BluetoothHost::GetDefaultHost().GetBleMaxAdvertisingDataLength()); in CheckAdvertiserData()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1287 int32_t BluetoothHostServer::GetBleMaxAdvertisingDataLength() in GetBleMaxAdvertisingDataLength() function in OHOS::Bluetooth::BluetoothHostServer
1292 return bleService->GetBleMaxAdvertisingDataLength(); in GetBleMaxAdvertisingDataLength()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp757 int32_t BluetoothHostProxy::GetBleMaxAdvertisingDataLength() in GetBleMaxAdvertisingDataLength() function in OHOS::Bluetooth::BluetoothHostProxy
761 HILOGE("BluetoothHostProxy::GetBleMaxAdvertisingDataLength WriteInterfaceToken error"); in GetBleMaxAdvertisingDataLength()
769 HILOGE("BluetoothHostProxy::GetBleMaxAdvertisingDataLength done fail, error: %{public}d", error); in GetBleMaxAdvertisingDataLength()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1048 int32_t result = GetBleMaxAdvertisingDataLength(); in GetBleMaxAdvertisingDataLengthInner()

Completed in 17 milliseconds