Home
last modified time | relevance | path

Searched refs:negativeReplyParam (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.c479 HciLeLongTermKeyRequestNegativeReplyParam negativeReplyParam; in SMP_OnLeLongTermKeyReqTask() local
487 negativeReplyParam.connectionHandle = SMP_GetPairMng()->handle; in SMP_OnLeLongTermKeyReqTask()
488 HCI_LeLongTermKeyRequestNegativeReply(&negativeReplyParam); in SMP_OnLeLongTermKeyReqTask()
495 negativeReplyParam.connectionHandle = SMP_GetPairMng()->handle; in SMP_OnLeLongTermKeyReqTask()
496 HCI_LeLongTermKeyRequestNegativeReply(&negativeReplyParam); in SMP_OnLeLongTermKeyReqTask()
H A Dsmp.c618 HciLeLongTermKeyRequestNegativeReplyParam negativeReplyParam; in SMP_LtkReqReplyNormal() local
622 negativeReplyParam.connectionHandle = handle; in SMP_LtkReqReplyNormal()
623 HCI_LeLongTermKeyRequestNegativeReply(&negativeReplyParam); in SMP_LtkReqReplyNormal()
640 HciLeLongTermKeyRequestNegativeReplyParam negativeReplyParam; in SMP_LtkReqReplyException() local
643 negativeReplyParam.connectionHandle = handle; in SMP_LtkReqReplyException()
644 HCI_LeLongTermKeyRequestNegativeReply(&negativeReplyParam); in SMP_LtkReqReplyException()

Completed in 4 milliseconds