Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h680 } HciAmpTestEndEventParam; typedef
H A Dhci.h1126 void (*ampTestEnd)(const HciAmpTestEndEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1635 if (BufferGetSize(payloadBuffer) != sizeof(HciAmpTestEndEventParam)) { in HciEventOnAMPTestEndEvent()
1639 HciAmpTestEndEventParam *param = (HciAmpTestEndEventParam *)BufferPtr(payloadBuffer); in HciEventOnAMPTestEndEvent()