Home
last modified time | relevance | path

Searched refs:BTM_BLE_IS_RESOLVE_BDA (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_addr.c315 if (!BTM_BLE_IS_RESOLVE_BDA(rpa)) { in btm_ble_addr_resolvable()
Dbtm_ble.c2007 … (!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)) {
Dbtm_ble_gap.c3514 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btm_ble_process_adv_pkt()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h87 #define BTM_BLE_IS_RESOLVE_BDA(x) ((x[0] & BLE_RESOLVE_ADDR_MASK) == BLE_RESOLVE_ADDR_MSB) macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c2139 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btu_ble_ext_adv_report_evt()