Home
last modified time | relevance | path

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

/aosp12/system/bt/types/
H A Dble_address_with_type.h25 #define BLE_ADDR_PUBLIC_ID 0x02 macro
36 case BLE_ADDR_PUBLIC_ID: in AddressTypeText()
/aosp12/system/bt/main/shim/
H A Dhelpers.h62 else if (legacy_type == BLE_ADDR_PUBLIC_ID) in ToAddressWithType()
94 legacy_address_with_type.type = BLE_ADDR_PUBLIC_ID; in ToLegacyAddressWithType()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_adv_filter.cc482 if (addr.type == BLE_ADDR_PUBLIC_ID || addr.type == BLE_ADDR_PUBLIC) { in BTM_LE_PF_addr_filter()
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc538 if (peer_address_type == BLE_ADDR_PUBLIC_ID || in btu_hcif_log_command_metrics()