Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c268 tSecDevContext *p_context = (tSecDevContext *)context; in btm_find_sec_dev_in_list() local
270 if (dev_free == p_context->free_check) { in btm_find_sec_dev_in_list()
271 switch (p_context->type) { 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()