Home
last modified time | relevance | path

Searched refs:changeConnectionLinkKeyComplete (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c942 if (callbacks->changeConnectionLinkKeyComplete != NULL) { in HciEventOnChangeConnectionLinkKeyCompleteEvent()
943 callbacks->changeConnectionLinkKeyComplete(param); in HciEventOnChangeConnectionLinkKeyCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h972 …void (*changeConnectionLinkKeyComplete)(const HciChangeConnectionLinkKeyCompleteEventParam *eventP… member