Searched refs:p_e (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 2775 tBTM_SEC_QUEUE_ENTRY *p_e; in btm_sec_check_pending_reqs() local 2793 while ((p_e = (tBTM_SEC_QUEUE_ENTRY *)fixed_queue_dequeue(bq, 0)) != NULL) { in btm_sec_check_pending_reqs() 2795 if (btm_bda_to_acl(p_e->bd_addr, p_e->transport) != NULL) { in btm_sec_check_pending_reqs() 2796 if (p_e->psm != 0) { in btm_sec_check_pending_reqs() 2798 __FUNCTION__, p_e->psm, p_e->is_orig, in btm_sec_check_pending_reqs() 2799 p_e->mx_proto_id, p_e->mx_chan_id); in btm_sec_check_pending_reqs() 2801 btm_sec_mx_access_request (p_e->bd_addr, p_e->psm, p_e->is_orig, in btm_sec_check_pending_reqs() 2802 p_e->mx_proto_id, p_e->mx_chan_id, in btm_sec_check_pending_reqs() 2803 p_e->p_callback, p_e->p_ref_data); in btm_sec_check_pending_reqs() 2805 BTM_SetEncryption(p_e->bd_addr, p_e->transport, p_e->p_callback, in btm_sec_check_pending_reqs() [all …]
|