Home
last modified time | relevance | path

Searched refs:SHORTENED_LOCAL_NAME (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dadv_parser.rs12 const SHORTENED_LOCAL_NAME: u8 = 0x08; constant
78 .or(iterate_adv_data(bytes, SHORTENED_LOCAL_NAME).next()) in extract_name()
213 let payload: Vec<u8> = vec![2, FLAGS, 3, 5, SHORTENED_LOCAL_NAME, 116, 101, 115, 116]; in test_extract_name()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseHelper.java36 private static final int SHORTENED_LOCAL_NAME = 0X08; field in AdvertiseHelper
68 type = SHORTENED_LOCAL_NAME; in advertiseDataToBytes()
/packages/modules/Bluetooth/tools/rootcanal/test/
Dpcap_filter_unittest.cc53 static_cast<uint8_t>(GapDataType::SHORTENED_LOCAL_NAME), in TEST_F()
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_scanning_with_security_test.py72 …gap_scan_name = hci.GapData(data_type=hci.GapDataType.SHORTENED_LOCAL_NAME, data=list(bytes(b'CERT…
Dle_scanning_manager_test.py98 …gap_scan_name = hci.GapData(data_type=hci.GapDataType.SHORTENED_LOCAL_NAME, data=list(bytes(b'CERT…
Ddirect_hci_test.py123 …scan_response_data=[hci.GapData(data_type=hci.GapDataType.SHORTENED_LOCAL_NAME, data=list(b'Im_A_C…
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py257 SHORTENED_LOCAL_NAME = 0x08 variable in AdvertisingDataType
/packages/modules/Bluetooth/system/gd/discovery/device/
Deir_data.cc49 if (gap_data.data_type_ == hci::GapDataType::SHORTENED_LOCAL_NAME) { in GetShortenedNames()
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py113 … hci.GapData(data_type=hci.GapDataType.SHORTENED_LOCAL_NAME,
Dpy_hal.py73 …advertising_data = [hci.GapData(data_type=hci.GapDataType.SHORTENED_LOCAL_NAME, data=list(shortene…
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc190 case GapDataType::SHORTENED_LOCAL_NAME: { in FilterGapData()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs182 const SHORTENED_LOCAL_NAME: u8 = 0x08; constant
321 (SHORTENED_LOCAL_NAME, [&device_name.as_bytes()[..DEVICE_NAME_MAX], &[0]].concat()) in append_device_name()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl5585 SHORTENED_LOCAL_NAME = 0x08,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl21 SHORTENED_LOCAL_NAME = 0x08,