Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h47 #ifndef AVRC_MIN_CMD_LEN
48 #define AVRC_MIN_CMD_LEN 20 macro
/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()
60 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->vendor_len)); in avrc_vendor_msg()
Davrc_api.c786 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN+p_msg->pass_len)); in avrc_pass_msg()