Searched refs:p_e (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/btm/ |
D | btm_sec.c | 2874 tBTM_SEC_QUEUE_ENTRY *p_e; in btm_sec_check_pending_reqs() local 2875 while ((p_e = (tBTM_SEC_QUEUE_ENTRY *)fixed_queue_try_dequeue(bq)) != NULL) in btm_sec_check_pending_reqs() 2878 if (btm_bda_to_acl(p_e->bd_addr, p_e->transport) != NULL) in btm_sec_check_pending_reqs() 2880 if (p_e->psm != 0) in btm_sec_check_pending_reqs() 2883 __FUNCTION__, p_e->psm, p_e->is_orig, in btm_sec_check_pending_reqs() 2884 p_e->mx_proto_id, p_e->mx_chan_id); in btm_sec_check_pending_reqs() 2886 btm_sec_mx_access_request (p_e->bd_addr, p_e->psm, p_e->is_orig, in btm_sec_check_pending_reqs() 2887 p_e->mx_proto_id, p_e->mx_chan_id, in btm_sec_check_pending_reqs() 2888 p_e->p_callback, p_e->p_ref_data); in btm_sec_check_pending_reqs() 2892 BTM_SetEncryption(p_e->bd_addr, p_e->transport, p_e->p_callback, in btm_sec_check_pending_reqs() [all …]
|