Searched refs:txPowerLevel (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_advertiser_impl.h | 219 …AdvertiserDataImpl &advData, const BleAdvertiserSettingsImpl &settings, int8_t txPowerLevel) const; 230 …AdvertiserDataImpl &advData, const BleAdvertiserSettingsImpl &settings, int8_t txPowerLevel) const; 240 int8_t txPowerLevel) const; 250 int8_t txPowerLevel) const;
|
H A D | ble_advertiser_impl.cpp | 822 …eAdvertiserDataImpl &advData, const BleAdvertiserSettingsImpl &settings, int8_t txPowerLevel) const in SetAdvDataToGap() 842 data.SetTxPowerLevel(txPowerLevel); in SetAdvDataToGap() 964 …eAdvertiserDataImpl &advData, const BleAdvertiserSettingsImpl &settings, int8_t txPowerLevel) const in SetExAdvDataToGap() 977 data.SetTxPowerLevel(txPowerLevel); in SetExAdvDataToGap() 995 …rtiserDataImpl &scanResponse, const BleAdvertiserSettingsImpl &settings, int8_t txPowerLevel) const in SetAdvScanRspDataToGap() 1023 …rtiserDataImpl &scanResponse, const BleAdvertiserSettingsImpl &settings, int8_t txPowerLevel) const in SetExAdvScanRspDataToGap()
|
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/ |
H A D | ble-development-guide.md | 223 let txPowerLevel: number = -1; 247 txPowerLevel = advData[curPos];
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | ble-development-guide.md | 225 let txPowerLevel: number = -1; 249 txPowerLevel = advData[curPos];
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_service_data.cpp | 744 void BleAdvertiserDataImpl::SetTxPowerLevel(uint8_t txPowerLevel) in SetTxPowerLevel() argument 749 cdata[BLE_ADV_DATA_FIELD_TYPE_AND_LEN] = txPowerLevel; in SetTxPowerLevel()
|
H A D | ble_service_data.h | 642 void SetTxPowerLevel(uint8_t txPowerLevel);
|