Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c423 if (callbacks->pinCodeRequest != NULL) { in HciEventOnPINCodeRequestEvent()
424 callbacks->pinCodeRequest(param); in HciEventOnPINCodeRequestEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1005 void (*pinCodeRequest)(const HciPinCodeRequestEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c939 .pinCodeRequest = GapRecvPINCodeRequestEvent,