Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dadv_parser.rs9 const COMPLETE_LIST_16_BIT_SERVICE_UUIDS: u8 = 0x03; constant
58 iterate_adv_data(bytes, COMPLETE_LIST_16_BIT_SERVICE_UUIDS) in extract_service_uuids()
156 COMPLETE_LIST_16_BIT_SERVICE_UUIDS, in test_extract_service_uuids()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseHelper.java33 private static final int COMPLETE_LIST_16_BIT_SERVICE_UUIDS = 0X03; field in AdvertiseHelper
125 check_length(COMPLETE_LIST_16_BIT_SERVICE_UUIDS, serviceUuids16.size() + 1); in advertiseDataToBytes()
127 ret.write(COMPLETE_LIST_16_BIT_SERVICE_UUIDS); in advertiseDataToBytes()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs179 const COMPLETE_LIST_16_BIT_SERVICE_UUIDS: u8 = 0x03; constant
194 COMPLETE_LIST_16_BIT_SERVICE_UUIDS,