Home
last modified time | relevance | path

Searched refs:txPower_ (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_advertiser_settings.cpp31 if (!parcel.WriteInt8(txPower_)) { in Marshalling()
76 if (!parcel.ReadInt8(txPower_)) { in ReadFromParcel()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h286 return txPower_; in GetTxPower()
330 txPower_ = txPower; in SetTxPower()
425 int8_t txPower_ {};
H A Dble_service_data.cpp360 return txPower_; in GetTxPower()
371 txPower_ = txPower; in SetTxPower()
799 txPower_(BLE_ADDR_TYPE_RANDOM), in BlePeripheralDevice()
1542 txPower_ = txPower; in SetTXPower()
H A Dble_service_data.h363 int8_t txPower_ = BLE_ADV_TX_POWER_MEDIUM_VALUE; member in OHOS::bluetooth::BleAdvertiserSettingsImpl
1197 int8_t txPower_ {};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h386 uint8_t txPower_ {};
H A Dclassic_remote_device.cpp309 txPower_ = power; in SetTxPower()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h326 int8_t txPower_ = BLE_ADV_TX_POWER_MEDIUM_VALUE; member in OHOS::Bluetooth::BleAdvertiserSettings
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp662 txPower_ = txPower; in SetTxPower()
667 return txPower_; in GetTxPower()

Completed in 8 milliseconds