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