Searched refs:payloadBuffer (Results 1 – 3 of 3) sorted by relevance
69 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 …]
38 Buffer *payloadBuffer = PacketContinuousPayload(packet); in HciEventOnCommandCompleteEvent() local39 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()
561 Buffer *payloadBuffer = PacketContinuousPayload(packet); in HciEventOnLeMetaEvent() local562 if (payloadBuffer == NULL) { in HciEventOnLeMetaEvent()565 uint8_t *buf = (uint8_t *)BufferPtr(payloadBuffer); in HciEventOnLeMetaEvent()569 size_t length = BufferGetSize(payloadBuffer); in HciEventOnLeMetaEvent()