Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_bgconn.c95 if (!BTM_BLE_IS_RESOLVE_BDA(bd_addr)) in btm_update_dev_to_white_list()
107 if (!BTM_BLE_IS_RESOLVE_BDA(bd_addr)) in btm_update_dev_to_white_list()
Dbtm_ble_int.h76 #define BTM_BLE_IS_RESOLVE_BDA(x) ((x[0] & BLE_RESOLVE_ADDR_MASK) == BLE_RESOLVE_ADDR_MSB) macro