Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h195 } HciCommandStatusEventParam; typedef
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c153 HciCommandStatusEventParam *param = (HciCommandStatusEventParam *)BufferPtr(payloadBuffer); in HciEventOnCommandStatusEvent()
159 if (length != sizeof(HciCommandStatusEventParam)) { in HciEventOnCommandStatusEvent()