Home
last modified time | relevance | path

Searched refs:TX_POWER_LEVEL (Results 1 – 8 of 8) 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
103 ret.write(TX_POWER_LEVEL); in advertiseDataToBytes()
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py259 TX_POWER_LEVEL = 0x0A variable in AdvertisingDataType
/packages/modules/Bluetooth/system/gd/discovery/device/
Deir_data.cc195 if (gap_data.data_type_ == hci::GapDataType::TX_POWER_LEVEL) { in GetTxPowerLevel()
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager_test.cc1108 data_item.data_type_ = GapDataType::TX_POWER_LEVEL; in TEST_F()
1136 data_item.data_type_ = GapDataType::TX_POWER_LEVEL; in TEST_F()
1164 data_item.data_type_ = GapDataType::TX_POWER_LEVEL; in TEST_F()
1547 data_item.data_type_ = GapDataType::TX_POWER_LEVEL; in TEST_F()
Dle_advertising_manager.cc1004 if (gap_data.data_type_ == GapDataType::TX_POWER_LEVEL) { in set_data()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs184 const TX_POWER_LEVEL: u8 = 0x0a; constant
352 AdvertiseData::append_adv_data(&mut bytes, TX_POWER_LEVEL, &[0]); in make_with()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl5587 TX_POWER_LEVEL = 0x0A,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl23 TX_POWER_LEVEL = 0x0A,