Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_act.c564 *(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.h24 #define MOVE_4BIT 4 macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.h97 #define MOVE_4BIT 4 macro
H A Davdtp_message.c708 *(data) = (label << MOVE_4BIT) | (pktType << MOVE_2BIT) | (msgType); in AvdtBuildSingleHeader()

Completed in 5 milliseconds