Home
last modified time | relevance | path

Searched refs:COMPLETE_LIST_128_BIT_SERVICE_UUIDS (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dadv_parser.rs11 const COMPLETE_LIST_128_BIT_SERVICE_UUIDS: u8 = 0x07; constant
67 iterate_adv_data(bytes, COMPLETE_LIST_128_BIT_SERVICE_UUIDS) in extract_service_uuids()
123 COMPLETE_LIST_128_BIT_SERVICE_UUIDS, in test_extract_flags()
166 COMPLETE_LIST_128_BIT_SERVICE_UUIDS, in test_extract_service_uuids()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseHelper.java35 private static final int COMPLETE_LIST_128_BIT_SERVICE_UUIDS = 0X07; field in AdvertiseHelper
139 check_length(COMPLETE_LIST_128_BIT_SERVICE_UUIDS, serviceUuids32.size() + 1); in advertiseDataToBytes()
141 ret.write(COMPLETE_LIST_128_BIT_SERVICE_UUIDS); in advertiseDataToBytes()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs181 const COMPLETE_LIST_128_BIT_SERVICE_UUIDS: u8 = 0x07; constant
196 COMPLETE_LIST_128_BIT_SERVICE_UUIDS,