Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h597 } HciPhysicalLinkRecoveryEventParam; typedef
H A Dhci.h1102 void (*physicalLinkRecovery)(const HciPhysicalLinkRecoveryEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1440 if (BufferGetSize(payloadBuffer) != sizeof(HciPhysicalLinkRecoveryEventParam)) { in HciEventOnPhysicalLinkRecoveryEvent()
1444HciPhysicalLinkRecoveryEventParam *param = (HciPhysicalLinkRecoveryEventParam *)BufferPtr(payloadB… in HciEventOnPhysicalLinkRecoveryEvent()