Home
last modified time | relevance | path

Searched refs:MOVE_2BIT (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_act.c498 *type = (data >> MOVE_2BIT) & PKG_TYPE_MASK; in AvctParsePktType()
564 *(p)++ = (((label) << MOVE_4BIT) | (AVCT_PKT_TYPE_SINGLE << MOVE_2BIT) | ((cr) << MOVE_1BIT)); in AvctMakeSignleMsgHead()
584 *(p)++ = (((label) << MOVE_4BIT) | (AVCT_PKT_TYPE_SINGLE << MOVE_2BIT) | AVCT_REJ); in AvctMakeRejMsgHead()
606 *(p)++ = (((label) << MOVE_4BIT) | (AVCT_PKT_TYPE_START << MOVE_2BIT) | ((cr) << MOVE_1BIT)); in AvctMakeFrgMsgHeadStart()
631 *(p)++ = (((label) << MOVE_4BIT) | ((type) << MOVE_2BIT) | ((cr) << MOVE_1BIT)); in AvctMakeFrgMsgHeadContinueEnd()
H A Davctp_ctrl_act.h25 #define MOVE_2BIT 2 macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.h98 #define MOVE_2BIT 2 macro
H A Davdtp_message.c708 *(data) = (label << MOVE_4BIT) | (pktType << MOVE_2BIT) | (msgType); in AvdtBuildSingleHeader()
740 *data = seid << MOVE_2BIT; in AvdtBuildSignalSeid()

Completed in 5 milliseconds