Home
last modified time | relevance | path

Searched refs:HciAuthenticationRequestedParam (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_link_ctrl.c169 int HCI_AuthenticationRequested(const HciAuthenticationRequestedParam *param) in HCI_AuthenticationRequested()
175 … HciAllocCmd(HCI_AUTHENTICATION_REQUESTED, (void *)param, sizeof(HciAuthenticationRequestedParam)); in HCI_AuthenticationRequested()
H A Dhci_cmd_failure_link_ctrl.c229 .connectionHandle = ((HciAuthenticationRequestedParam *)param)->connectionHandle, in HciCmdOnAuthenticationRequestedFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h215 } HciAuthenticationRequestedParam; typedef
H A Dhci.h81 int HCI_AuthenticationRequested(const HciAuthenticationRequestedParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c773 HciAuthenticationRequestedParam hciCmdParam = { in GapAuthenticationRequested()