Home
last modified time | relevance | path

Searched refs:GetTxPower (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h240 int8_t GetTxPower() const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp282 int8_t txPower = settings.GetTxPower(); in CheckAdvertiserSettings()
331 setting.SetTxPower(settings.GetTxPower()); in StartAdvertising()
384 setting.SetTxPower(settings.GetTxPower()); in StartAdvertising()
665 int8_t BleAdvertiserSettings::GetTxPower() const in GetTxPower() function in OHOS::Bluetooth::BleAdvertiserSettings
H A Dbluetooth_ble_central_manager.cpp240 outSettings.SetTxPower(inSettings.GetTxPower()); in ConvertAdvertiserSetting()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp196 settingsImpl.SetTxPower(settings.GetTxPower()); in StartAdvertising()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h284 int8_t GetTxPower() const in GetTxPower() function in OHOS::bluetooth::AdvertiserSettings
H A Dble_service_data.h283 int8_t GetTxPower() const;
H A Dble_service_data.cpp358 int8_t BleAdvertiserSettingsImpl::GetTxPower() const in GetTxPower() function in OHOS::bluetooth::BleAdvertiserSettingsImpl
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp234 BLE_ADV_TX_POWER_LEVEL::BLE_ADV_TX_POWER_MEDIUM, BleTest::bleInstance_->bleAdvertiserSettings_.GetTxPower()); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp807 return GAPIF_LeExAdvSetParam(advHandle, advType, settings.GetTxPower(), para); in SetExAdvParamToGap()

Completed in 13 milliseconds