Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/types/test/
Dble_address_with_type_unittest.cc38 case BLE_ADDR_ANONYMOUS: in TEST()
55 {BLE_ADDR_ANONYMOUS, 0xff}, in TEST()
93 ASSERT_TRUE(type == BLE_ADDR_ANONYMOUS); in TEST()
127 BLE_ADDR_TYPE_TO_STREAM(p, BLE_ADDR_ANONYMOUS); in TEST()
/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h29 #define BLE_ADDR_ANONYMOUS 0xFF macro
42 case BLE_ADDR_ANONYMOUS: in AddressTypeText()
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py224 BLE_ADDR_ANONYMOUS = 0xFF variable in BleAddressType
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc527 if (ble_addr_type != BLE_ADDR_ANONYMOUS) { in OnScanResult()
554 if (on_found_on_lost_info.advertiser_address_type != BLE_ADDR_ANONYMOUS) { in OnTrackAdvFoundLost()
750 if (addr_type == BLE_ADDR_ANONYMOUS) { in handle_remote_properties()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc628 uint8_t address_type = BLE_ADDR_ANONYMOUS; in TEST_F()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc2551 if (address_with_type.type == BLE_ADDR_ANONYMOUS) { in acl_create_le_connection_with_id()