Home
last modified time | relevance | path

Searched refs:AVDT_LAYERSPEC_LABEL (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/avdt/
Davdt_msg.c1281 label = AVDT_LAYERSPEC_LABEL(p_ccb->p_curr_msg->layer_specific); in avdt_msg_send()
1834 (AVDT_LAYERSPEC_LABEL(p_ccb->p_curr_cmd->layer_specific) == label)) in avdt_msg_ind()
Davdt_int.h720 #define AVDT_LAYERSPEC_LABEL(ls) ((UINT8)((ls) >> 4)) macro