Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c265 tBTM_SEC_DEV_REC *p_sec_dev = (tBTM_SEC_DEV_REC *)p_node_data; in btm_find_sec_dev_in_list() local
267 BOOLEAN dev_free = !(p_sec_dev->sec_flags & BTM_SEC_IN_USE); in btm_find_sec_dev_in_list()
273 if (!memcmp(p_context->context.p_bd_addr, p_sec_dev->bd_addr, BD_ADDR_LEN)) { in btm_find_sec_dev_in_list()
278 if (p_context->context.handle == p_sec_dev->hci_handle in btm_find_sec_dev_in_list()
280 || (p_context->context.handle == p_sec_dev->ble_hci_handle) in btm_find_sec_dev_in_list()
288 if (!memcmp(p_context->context.p_bd_addr, p_sec_dev->ble.static_addr, BD_ADDR_LEN)) { in btm_find_sec_dev_in_list()
294 if (!memcmp(p_context->context.p_bd_addr, p_sec_dev->bd_addr, BD_ADDR_LEN)) { in btm_find_sec_dev_in_list()
299 if (!memcmp(p_sec_dev->ble.pseudo_addr, p_context->context.p_bd_addr, BD_ADDR_LEN)) { in btm_find_sec_dev_in_list()
303 if (btm_ble_addr_resolvable(p_context->context.p_bd_addr, p_sec_dev)) { in btm_find_sec_dev_in_list()