Home
last modified time | relevance | path

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

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