Home
last modified time | relevance | path

Searched refs:HciLeLongTermKeyRequestReplyParam (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_le_controller.c288 int HCI_LeLongTermKeyRequestReply(const HciLeLongTermKeyRequestReplyParam *param) in HCI_LeLongTermKeyRequestReply()
295 …cCmd(HCI_LE_LONG_TERM_KEY_REQUEST_REPLY, (void *)param, sizeof(HciLeLongTermKeyRequestReplyParam)); in HCI_LeLongTermKeyRequestReply()
H A Dhci_cmd_failure_le_controller.c375 .connectionHandle = ((HciLeLongTermKeyRequestReplyParam *)param)->connectionHandle, in HciCmdOnLeLongTermKeyRequestReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.c871 HciLeLongTermKeyRequestReplyParam replycmdParam; in SMP_OnLtkReqLegacyPair()
889 HciLeLongTermKeyRequestReplyParam replycmdParam; in SMP_OnLtkReqScPair()
H A Dsmp.c617 HciLeLongTermKeyRequestReplyParam replycmdParam; in SMP_LtkReqReplyNormal()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h357 } HciLeLongTermKeyRequestReplyParam; typedef
H A Dhci.h402 int HCI_LeLongTermKeyRequestReply(const HciLeLongTermKeyRequestReplyParam *param);