HomeSort by relevance Sort by last modified time
    Searched refs:AVRC_MIN_CMD_LEN (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/avrc/
avrc_int.h 46 #ifndef AVRC_MIN_CMD_LEN
47 #define AVRC_MIN_CMD_LEN 20
avrc_opt.c 55 assert(AVRC_META_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->vendor_len));
58 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN + p_msg->vendor_len));
avrc_api.c 813 assert(AVRC_CMD_BUF_SIZE > (AVRC_MIN_CMD_LEN+p_msg->pass_len));
    [all...]

Completed in 29 milliseconds