Home
last modified time | relevance | path

Searched refs:BLE_ADDR_PUBLIC_ID (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/types/test/
Dble_address_with_type_unittest.cc32 case BLE_ADDR_PUBLIC_ID: in TEST()
54 {BLE_ADDR_PUBLIC_ID, 2}, {BLE_ADDR_RANDOM_ID, 3}, in TEST()
85 ASSERT_TRUE(type == BLE_ADDR_PUBLIC_ID); in TEST()
125 BLE_ADDR_TYPE_TO_STREAM(p, BLE_ADDR_PUBLIC_ID); in TEST()
/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h27 #define BLE_ADDR_PUBLIC_ID 0x02 macro
38 case BLE_ADDR_PUBLIC_ID: in AddressTypeText()
55 case BLE_ADDR_PUBLIC_ID: in is_ble_addr_type_known()
/packages/modules/Bluetooth/system/main/shim/
Dhelpers.h69 else if (legacy_type == BLE_ADDR_PUBLIC_ID) in ToAddressWithType()
101 legacy_address_with_type.type = BLE_ADDR_PUBLIC_ID; in ToLegacyAddressWithType()
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py222 BLE_ADDR_PUBLIC_ID = 0x02 variable in BleAddressType
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py518 elif scan_result['addr_type'] == floss_enums.BleAddressType.BLE_ADDR_PUBLIC_ID:
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc436 if (peer_address_type == BLE_ADDR_PUBLIC_ID || in btu_hcif_log_command_metrics()