Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1958 tBLE_ADDR_TYPE addr_type, BOOLEAN addr_matched) in btm_ble_connected() argument
1962 UNUSED(addr_matched); in btm_ble_connected()
2005 if (!addr_matched) { in btm_ble_connected()
2009 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && !addr_matched) { in btm_ble_connected()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h410 …8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYPE addr_type, BOOLEAN addr_matched);