Searched refs:BTM_BLE_IS_RESOLVE_BDA (Results 1 – 5 of 5) sorted by relevance
299 if (!BTM_BLE_IS_RESOLVE_BDA(rpa)) { in btm_ble_addr_resolvable()
2075 … (!match && role == HCI_ROLE_SLAVE && bda_type != BLE_ADDR_PUBLIC && BTM_BLE_IS_RESOLVE_BDA(bda)) {2077 if (!match && bda_type != BLE_ADDR_PUBLIC && BTM_BLE_IS_RESOLVE_BDA(bda)) {
3612 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btm_ble_process_adv_pkt()
91 #define BTM_BLE_IS_RESOLVE_BDA(x) ((x[0] & BLE_RESOLVE_ADDR_MASK) == BLE_RESOLVE_ADDR_MSB) macro
2205 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btu_ble_ext_adv_report_evt()