Searched refs:BTM_BLE_IS_RESOLVE_BDA (Results 1 – 5 of 5) sorted by relevance
315 if (!BTM_BLE_IS_RESOLVE_BDA(rpa)) { in btm_ble_addr_resolvable()
2007 … (!match && role == HCI_ROLE_SLAVE && bda_type != BLE_ADDR_PUBLIC && BTM_BLE_IS_RESOLVE_BDA(bda)) {2009 if (!match && bda_type != BLE_ADDR_PUBLIC && BTM_BLE_IS_RESOLVE_BDA(bda)) {
3514 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btm_ble_process_adv_pkt()
87 #define BTM_BLE_IS_RESOLVE_BDA(x) ((x[0] & BLE_RESOLVE_ADDR_MASK) == BLE_RESOLVE_ADDR_MSB) macro
2139 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btu_ble_ext_adv_report_evt()