Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h653 } HciShortRangeModeChangeCompleteEventParam; typedef
H A Dhci.h1117 … void (*shortRangeModeChangeComplete)(const HciShortRangeModeChangeCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1562 if (BufferGetSize(payloadBuffer) != sizeof(HciShortRangeModeChangeCompleteEventParam)) { in HciEventOnShortRangeModeChangeCompleteEvent()
1566 HciShortRangeModeChangeCompleteEventParam *param = in HciEventOnShortRangeModeChangeCompleteEvent()
1567 (HciShortRangeModeChangeCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnShortRangeModeChangeCompleteEvent()