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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_int.h 46 #ifndef AVRC_MIN_CMD_LEN
47 #define AVRC_MIN_CMD_LEN 20
avrc_opt.c 57 WC_ASSERT(AVRC_META_CMD_POOL_SIZE > (AVRC_MIN_CMD_LEN+p_msg->vendor_len));
60 WC_ASSERT(AVRC_CMD_POOL_SIZE > (AVRC_MIN_CMD_LEN+p_msg->vendor_len));
avrc_api.c 742 WC_ASSERT(AVRC_CMD_POOL_SIZE > (AVRC_MIN_CMD_LEN+p_msg->pass_len));
    [all...]

Completed in 150 milliseconds