Searched refs:AVDT_LAYERSPEC_LABEL (Results 1 – 2 of 2) sorted by relevance
1128 label = AVDT_LAYERSPEC_LABEL(p_ccb->p_curr_msg->layer_specific); in avdt_msg_send()1632 (AVDT_LAYERSPEC_LABEL(p_ccb->p_curr_cmd->layer_specific) == label)) { in avdt_msg_ind()
988 #define AVDT_LAYERSPEC_LABEL(ls) ((uint8_t)((ls) >> 4)) macro