Home
last modified time | relevance | path

Searched refs:conn_pending_q (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c810 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()
Dbtm_ble_gap.c4564 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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h359 fixed_queue_t *conn_pending_q; member