Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dadv_parser.rs10 const COMPLETE_LIST_32_BIT_SERVICE_UUIDS: u8 = 0x05; constant
62 iterate_adv_data(bytes, COMPLETE_LIST_32_BIT_SERVICE_UUIDS) in extract_service_uuids()
160 COMPLETE_LIST_32_BIT_SERVICE_UUIDS, in test_extract_service_uuids()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseHelper.java34 private static final int COMPLETE_LIST_32_BIT_SERVICE_UUIDS = 0X05; field in AdvertiseHelper
132 check_length(COMPLETE_LIST_32_BIT_SERVICE_UUIDS, serviceUuids32.size() + 1); in advertiseDataToBytes()
134 ret.write(COMPLETE_LIST_32_BIT_SERVICE_UUIDS); in advertiseDataToBytes()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs180 const COMPLETE_LIST_32_BIT_SERVICE_UUIDS: u8 = 0x05; constant
195 COMPLETE_LIST_32_BIT_SERVICE_UUIDS,