Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_opt.c57 assert(AVRC_META_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->vendor_len)); in avrc_vendor_msg()
58 if ((p_cmd = (BT_HDR *) osi_malloc(AVRC_META_CMD_BUF_SIZE)) != NULL) in avrc_vendor_msg()
Davrc_bld_ct.c146 BT_HDR *p_pkt = (BT_HDR *)osi_malloc(AVRC_META_CMD_BUF_SIZE); in avrc_bld_init_cmd_buffer()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h737 #ifndef AVRC_META_CMD_BUF_SIZE
738 #define AVRC_META_CMD_BUF_SIZE BT_SMALL_BUFFER_SIZE macro