Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h129 } HciChangeConnectionLinkKeyCompleteEventParam; typedef
H A Dhci.h972 …void (*changeConnectionLinkKeyComplete)(const HciChangeConnectionLinkKeyCompleteEventParam *eventP…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c930 if (BufferGetSize(payloadBuffer) != sizeof(HciChangeConnectionLinkKeyCompleteEventParam)) { in HciEventOnChangeConnectionLinkKeyCompleteEvent()
934 HciChangeConnectionLinkKeyCompleteEventParam *param = in HciEventOnChangeConnectionLinkKeyCompleteEvent()
935 (HciChangeConnectionLinkKeyCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnChangeConnectionLinkKeyCompleteEvent()