Home
last modified time | relevance | path

Searched defs:TX_POWER_LEVEL (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseHelper.java38 private static final int TX_POWER_LEVEL = 0x0A; field in AdvertiseHelper
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py259 TX_POWER_LEVEL = 0x0A variable in AdvertisingDataType
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs184 const TX_POWER_LEVEL: u8 = 0x0a; constant