Searched refs:p_e (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/btm/ |
D | btm_sec.cc | 2411 tBTM_SEC_QUEUE_ENTRY* p_e; in btm_sec_check_pending_reqs() local 2412 while ((p_e = (tBTM_SEC_QUEUE_ENTRY*)fixed_queue_try_dequeue(bq)) != NULL) { in btm_sec_check_pending_reqs() 2414 if (btm_bda_to_acl(p_e->bd_addr, p_e->transport) != NULL) { in btm_sec_check_pending_reqs() 2415 if (p_e->psm != 0) { in btm_sec_check_pending_reqs() 2418 p_e->psm, p_e->is_orig, p_e->mx_proto_id, p_e->mx_chan_id); in btm_sec_check_pending_reqs() 2420 btm_sec_mx_access_request(p_e->bd_addr, p_e->psm, p_e->is_orig, in btm_sec_check_pending_reqs() 2421 p_e->mx_proto_id, p_e->mx_chan_id, in btm_sec_check_pending_reqs() 2422 p_e->p_callback, p_e->p_ref_data); in btm_sec_check_pending_reqs() 2424 BTM_SetEncryption(p_e->bd_addr, p_e->transport, p_e->p_callback, in btm_sec_check_pending_reqs() 2425 p_e->p_ref_data, p_e->sec_act); in btm_sec_check_pending_reqs() [all …]
|