Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_msg.c1180 if ((p_buf = (BT_HDR *) osi_malloc(AVDT_CMD_BUF_SIZE)) == NULL) { in avdt_msg_send()
1199 if ((p_buf = (BT_HDR *) osi_malloc(AVDT_CMD_BUF_SIZE)) == NULL) { in avdt_msg_send()
1405 p_buf = (BT_HDR *) osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send_cmd()
1470 p_buf = (BT_HDR *) osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send_rsp()
1517 p_buf = (BT_HDR *) osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send_rej()
1576 p_buf = (BT_HDR *) osi_malloc(AVDT_CMD_BUF_SIZE); in avdt_msg_send_grej()
Davdt_ccb_act.c783 if ((p_msg = (BT_HDR *) osi_malloc(AVDT_CMD_BUF_SIZE)) != NULL) { in avdt_ccb_ret_cmd()
817 if ((p_ccb->p_curr_cmd = (BT_HDR *) osi_malloc(AVDT_CMD_BUF_SIZE)) != NULL) { in avdt_ccb_snd_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h708 #ifndef AVDT_CMD_BUF_SIZE
709 #define AVDT_CMD_BUF_SIZE BT_SMALL_BUFFER_SIZE macro