Home
last modified time | relevance | path

Searched refs:includeTxPower_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_advertiser_data.cpp47 if (!parcel.WriteBool(includeTxPower_)) { in Marshalling()
88 if (!parcel.ReadBool(includeTxPower_)) { in ReadFromParcel()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h198 return includeTxPower_; in GetIncludeTxPower()
209 includeTxPower_ = flag; in SetIncludeTxPower()
219 bool includeTxPower_ = false; variable
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h168 bool includeTxPower_ = false; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp621 return includeTxPower_; in GetIncludeTxPower()
626 includeTxPower_ = flag; in SetIncludeTxPower()