Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_act.h26 #define MOVE_1BIT 1 macro
H A Davctp_ctrl_act.c564 … *(p)++ = (((label) << MOVE_4BIT) | (AVCT_PKT_TYPE_SINGLE << MOVE_2BIT) | ((cr) << MOVE_1BIT)); in AvctMakeSignleMsgHead()
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()