Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c773 if (callbacks->userConfirmationRequest != NULL) { in HciEventOnUserConfirmationRequestEvent()
774 callbacks->userConfirmationRequest(param); in HciEventOnUserConfirmationRequestEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1062 void (*userConfirmationRequest)(const HciUserConfirmationRequestEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c947 .userConfirmationRequest = GapRecvUserConfirmationRequestEvent,