Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_opt.c60 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->vendor_len)); in avrc_vendor_msg()
61 if ((p_cmd = (BT_HDR *) osi_malloc(AVRC_CMD_BUF_SIZE)) != NULL) in avrc_vendor_msg()
105 if ((p_cmd = (BT_HDR *) osi_malloc(AVRC_CMD_BUF_SIZE)) != NULL) { in AVRC_UnitCmd()
149 if ((p_cmd = (BT_HDR *) osi_malloc(AVRC_CMD_BUF_SIZE)) != NULL) { in AVRC_SubCmd()
Davrc_api.c786 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN+p_msg->pass_len)); in avrc_pass_msg()
788 if ((p_cmd = (BT_HDR *) osi_malloc(AVRC_CMD_BUF_SIZE)) != NULL) { in avrc_pass_msg()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h732 #ifndef AVRC_CMD_BUF_SIZE
733 #define AVRC_CMD_BUF_SIZE 288 macro