Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h176 } HciQosSetupCompleteEventParam; typedef
H A Dhci.h984 void (*qosSetupComplete)(const HciQosSetupCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c979 if (BufferGetSize(payloadBuffer) != sizeof(HciQosSetupCompleteEventParam)) { in HciEventOnQoSSetupCompleteEvent()
983HciQosSetupCompleteEventParam *param = (HciQosSetupCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnQoSSetupCompleteEvent()