Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c69 if (payloadBuffer == NULL) { in HciEventOnInquiryCompleteEvent()
88 if (payloadBuffer == NULL) { in HciEventOnInquiryResultEvent()
149 if (payloadBuffer == NULL) { in HciEventOnCommandStatusEvent()
177 if (payloadBuffer == NULL) { in HciEventOnConnectionCompleteEvent()
204 if (payloadBuffer == NULL) { in HciEventOnConnectionRequestEvent()
227 if (payloadBuffer == NULL) { in HciEventOnRemoteNameRequestCompleteEvent()
250 if (payloadBuffer == NULL) { in HciEventOnEncryptionChangeEvent()
273 if (payloadBuffer == NULL) { in HciEventOnReadRemoteSupportedFeaturesCompleteEvent()
297 if (payloadBuffer == NULL) { in HciEventOnReadRemoteVersionInformationCompleteEvent()
321 if (payloadBuffer == NULL) { in HciEventOnRemoteHostSupportedFeaturesNotificationEvent()
[all …]
H A Dhci_evt_cmd_complete.c38 Buffer *payloadBuffer = PacketContinuousPayload(packet); in HciEventOnCommandCompleteEvent() local
39 if (payloadBuffer == NULL) { in HciEventOnCommandCompleteEvent()
43 if (BufferGetSize(payloadBuffer) < sizeof(HciCommandCompleteEventParam)) { in HciEventOnCommandCompleteEvent()
47 HciCommandCompleteEventParam *param = (HciCommandCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnCommandCompleteEvent()
54 …uint8_t returnParametesLength = BufferGetSize(payloadBuffer) - sizeof(HciCommandCompleteEventParam… in HciEventOnCommandCompleteEvent()
H A Dhci_evt_le.c561 Buffer *payloadBuffer = PacketContinuousPayload(packet); in HciEventOnLeMetaEvent() local
562 if (payloadBuffer == NULL) { in HciEventOnLeMetaEvent()
565 uint8_t *buf = (uint8_t *)BufferPtr(payloadBuffer); in HciEventOnLeMetaEvent()
569 size_t length = BufferGetSize(payloadBuffer); in HciEventOnLeMetaEvent()