Searched refs:p_e (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 2135 tBTM_SEC_QUEUE_ENTRY* p_e; in btm_sec_check_pending_reqs() local 2136 while ((p_e = (tBTM_SEC_QUEUE_ENTRY*)fixed_queue_try_dequeue(bq)) != NULL) { in btm_sec_check_pending_reqs() 2138 if (BTM_IsAclConnectionUp(p_e->bd_addr, p_e->transport)) { in btm_sec_check_pending_reqs() 2139 if (p_e->psm != 0) { in btm_sec_check_pending_reqs() 2140 log::verbose("PSM:0x{:04x} Is_Orig:{}", p_e->psm, p_e->is_orig); in btm_sec_check_pending_reqs() 2142 btm_sec_mx_access_request(p_e->bd_addr, p_e->is_orig, in btm_sec_check_pending_reqs() 2143 p_e->rfcomm_security_requirement, in btm_sec_check_pending_reqs() 2144 p_e->p_callback, p_e->p_ref_data); in btm_sec_check_pending_reqs() 2146 BTM_SetEncryption(p_e->bd_addr, p_e->transport, p_e->p_callback, in btm_sec_check_pending_reqs() 2147 p_e->p_ref_data, p_e->sec_act); in btm_sec_check_pending_reqs() [all …]
|