Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.cc2669 tBTM_SEC_QUEUE_ENTRY* p_e; in btm_sec_check_pending_reqs() local
2670 while ((p_e = (tBTM_SEC_QUEUE_ENTRY*)fixed_queue_try_dequeue(bq)) != NULL) { in btm_sec_check_pending_reqs()
2672 if (btm_bda_to_acl(p_e->bd_addr, p_e->transport) != NULL) { in btm_sec_check_pending_reqs()
2673 if (p_e->psm != 0) { in btm_sec_check_pending_reqs()
2676 p_e->psm, p_e->is_orig, p_e->mx_proto_id, p_e->mx_chan_id); in btm_sec_check_pending_reqs()
2678 btm_sec_mx_access_request(p_e->bd_addr, p_e->psm, p_e->is_orig, in btm_sec_check_pending_reqs()
2679 p_e->mx_proto_id, p_e->mx_chan_id, in btm_sec_check_pending_reqs()
2680 p_e->p_callback, p_e->p_ref_data); in btm_sec_check_pending_reqs()
2682 BTM_SetEncryption(p_e->bd_addr, p_e->transport, p_e->p_callback, in btm_sec_check_pending_reqs()
2683 p_e->p_ref_data, p_e->sec_act); in btm_sec_check_pending_reqs()
[all …]