Searched refs:sec_pending_q (Results 1 – 3 of 3) sorted by relevance
55 btm_cb.sec_pending_q = fixed_queue_new(SIZE_MAX); in btm_init()
2870 fixed_queue_t *bq = btm_cb.sec_pending_q; in btm_sec_check_pending_reqs()2872 btm_cb.sec_pending_q = fixed_queue_new(SIZE_MAX); in btm_sec_check_pending_reqs()5986 fixed_queue_enqueue(btm_cb.sec_pending_q, p_e); in btm_sec_queue_mx_request()6085 fixed_queue_enqueue(btm_cb.sec_pending_q, p_e); in btm_sec_queue_encrypt_request()6168 if (fixed_queue_is_empty(btm_cb.sec_pending_q)) in btm_sec_check_pending_enc_req()6172 list_t *list = fixed_queue_get_list(btm_cb.sec_pending_q); in btm_sec_check_pending_enc_req()6194 fixed_queue_try_remove_from_queue(btm_cb.sec_pending_q, (void *)p_e); in btm_sec_check_pending_enc_req()
885 …fixed_queue_t *sec_pending_q; /* pending sequrity requests in tBTM_SEC_QUEUE_ENTRY forma… member