Home
last modified time | relevance | path

Searched refs:subVersion (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dstream_packet_header.h52 uint8_t subVersion : 1; member
262 common |= commonHeader_.subVersion << SUB_VERSION_OFFSET; in Packetize()
289 commonHeader_.subVersion = common >> SUB_VERSION_OFFSET; in Depacketize()
297 void SetVersion(uint8_t version, uint8_t subVersion) in SetVersion() argument
300 commonHeader_.subVersion = subVersion; in SetVersion()
309 return commonHeader_.subVersion; in GetSubVersion()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/
Dhci_def_evt.h160 uint16_t subVersion; member
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_acl.c82 uint16_t subVersion; member
1485 connection->remoteVersion.subVersion = eventParam->subVersion; in BtmOnReadRemoteVersionInformationComplete()