Searched refs:cmd_q (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_utils.c | 171 fixed_queue_free(p_mcb->cmd_q, NULL); in rfc_alloc_multiplexer_channel() 178 p_mcb->cmd_q = fixed_queue_new(QUEUE_SIZE_MAX); in rfc_alloc_multiplexer_channel() 206 fixed_queue_free(p_mcb->cmd_q, osi_free_fun); in rfc_release_multiplexer_channel() 489 if (p_mcb->cmd_q == NULL) { in rfc_check_send_cmd() 494 fixed_queue_enqueue(p_mcb->cmd_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in rfc_check_send_cmd() 499 if ((p = (BT_HDR *)fixed_queue_dequeue(p_mcb->cmd_q, 0)) == NULL) { in rfc_check_send_cmd()
|
D | rfc_mx_fsm.c | 493 while ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_mcb->cmd_q, 0)) != NULL) { in rfc_mx_sm_state_disc_wait_ua()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_ccb.c | 379 p_ccb->cmd_q = fixed_queue_new(QUEUE_SIZE_MAX); in avdt_ccb_alloc() 411 fixed_queue_free(p_ccb->cmd_q, NULL); in avdt_ccb_dealloc()
|
D | avdt_ccb_act.c | 662 p_ccb->p_curr_cmd = (BT_HDR *) fixed_queue_dequeue(p_ccb->cmd_q, 0); in avdt_ccb_clear_cmds() 815 if ((p_msg = (BT_HDR *) fixed_queue_dequeue(p_ccb->cmd_q, 0)) != NULL) { in avdt_ccb_snd_cmd()
|
D | avdt_msg.c | 1443 fixed_queue_enqueue(p_ccb->cmd_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in avdt_msg_send_cmd()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | port_int.h | 92 fixed_queue_t *cmd_q; /* Queue for command messages on this mux */ member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/include/ |
D | avdt_int.h | 428 fixed_queue_t *cmd_q; /* Queue for outgoing command messages */ member
|