Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c749 if (callbacks->ioCapabilityResponse != NULL) { in HciEventOnIOCapabilityResponseEvent()
750 callbacks->ioCapabilityResponse(param); in HciEventOnIOCapabilityResponseEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1059 void (*ioCapabilityResponse)(const HciIoCapabilityResponseEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c946 .ioCapabilityResponse = GapRecvIOCapabilityResponseEvent,