Home
last modified time | relevance | path

Searched refs:parameterTotalLength (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c45 uint8_t parameterTotalLength; member
182 header->parameterTotalLength = 0; in HciCreateCmdPacket()
195 header->parameterTotalLength = paramLength; in HciCreateCmdPacketWithParam()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c32 uint8_t parameterTotalLength; member
36 uint8_t parameterTotalLength; member
H A Dbtm_snoop_filter_evt.c25 uint8_t parameterTotalLength; member
H A Dbtm_snoop_filter_acl.c112 uint8_t parameterTotalLength; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c38 uint8_t parameterTotalLength; member
1997 if (payloadLength == header.parameterTotalLength) { in HciOnEvent()