Searched refs:AVDT_CMD_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
1180 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()
783 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()
708 #ifndef AVDT_CMD_BUF_SIZE709 #define AVDT_CMD_BUF_SIZE BT_SMALL_BUFFER_SIZE macro