Searched refs:conn_pending_q (Results 1 – 3 of 3) sorted by relevance
810 fixed_queue_enqueue(btm_cb.ble_ctr_cb.conn_pending_q, p, FIXED_QUEUE_MAX_TIMEOUT); in btm_ble_enqueue_direct_conn_req()826 p_req = (tBTM_BLE_CONN_REQ*)fixed_queue_dequeue(btm_cb.ble_ctr_cb.conn_pending_q, 0); in btm_send_pending_direct_conn()
4564 p_cb->conn_pending_q = fixed_queue_new(QUEUE_SIZE_MAX); in btm_ble_init()4606 fixed_queue_free(p_cb->conn_pending_q, osi_free_func); in btm_ble_free()
359 fixed_queue_t *conn_pending_q; member