Home
last modified time | relevance | path

Searched refs:HciSetConnectionEncryptionParam (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.c181 int HCI_SetConnectionEncryption(const HciSetConnectionEncryptionParam *param) in HCI_SetConnectionEncryption()
187 …HciAllocCmd(HCI_SET_CONNECTION_ENCRYPTION, (void *)param, sizeof(HciSetConnectionEncryptionParam)); in HCI_SetConnectionEncryption()
H A Dhci_cmd_failure_link_ctrl.c244 .connectionHandle = ((HciSetConnectionEncryptionParam *)param)->connectionHandle, in HciCmdOnSetConnectionEncryptionFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h227 } HciSetConnectionEncryptionParam; typedef
H A Dhci.h85 int HCI_SetConnectionEncryption(const HciSetConnectionEncryptionParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1730 HciSetConnectionEncryptionParam hciCmdParam = { in GapSetConnectionEncryption()