Searched refs:sec_pending_q (Results 1 – 2 of 2) sorted by relevance
2891 bq = btm_cb.sec_pending_q; in btm_sec_check_pending_reqs()2893 GKI_init_q (&btm_cb.sec_pending_q); in btm_sec_check_pending_reqs()6023 GKI_enqueue (&btm_cb.sec_pending_q, p_e); in btm_sec_queue_mx_request()6126 GKI_enqueue(&btm_cb.sec_pending_q, p_e); in btm_sec_queue_encrypt_request()6192 BUFFER_Q *bq = &btm_cb.sec_pending_q; in btm_sec_clean_pending_req_queue()6245 BUFFER_Q *bq = &btm_cb.sec_pending_q; in btm_sec_check_pending_enc_req()
881 …BUFFER_Q sec_pending_q; /* pending sequrity requests in tBTM_SEC_QUEUE_ENTRY forma… member