Home
last modified time | relevance | path

Searched refs:HciEncryptionKeyRefreshCompleteEventParam (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.c426 void SMP_OnLEEncryptionKeyRefreshComplete(const HciEncryptionKeyRefreshCompleteEventParam *eventPar… in SMP_OnLEEncryptionKeyRefreshComplete()
429 HciEncryptionKeyRefreshCompleteEventParam *ctx = in SMP_OnLEEncryptionKeyRefreshComplete()
430 MEM_MALLOC.alloc(sizeof(HciEncryptionKeyRefreshCompleteEventParam)); in SMP_OnLEEncryptionKeyRefreshComplete()
436 sizeof(HciEncryptionKeyRefreshCompleteEventParam), in SMP_OnLEEncryptionKeyRefreshComplete()
438 sizeof(HciEncryptionKeyRefreshCompleteEventParam)); in SMP_OnLEEncryptionKeyRefreshComplete()
440 sizeof(HciEncryptionKeyRefreshCompleteEventParam), in SMP_OnLEEncryptionKeyRefreshComplete()
442 sizeof(HciEncryptionKeyRefreshCompleteEventParam)); in SMP_OnLEEncryptionKeyRefreshComplete()
452HciEncryptionKeyRefreshCompleteEventParam *eventParam = (HciEncryptionKeyRefreshCompleteEventParam in SMP_OnLeEncKeyRefCompTask()
H A Dsmp_hci_event.h29 void SMP_OnLEEncryptionKeyRefreshComplete(const HciEncryptionKeyRefreshCompleteEventParam *eventPar…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h119 void GapOnEncryptionKeyRefreshComplete(const HciEncryptionKeyRefreshCompleteEventParam *eventParam);
H A Dgap_hci_receive.c418 static void GapRecvEncryptionKeyRefreshComplete(const HciEncryptionKeyRefreshCompleteEventParam *ev… in GapRecvEncryptionKeyRefreshComplete()
H A Dgap_br_sec.c1703 void GapOnEncryptionKeyRefreshComplete(const HciEncryptionKeyRefreshCompleteEventParam *eventParam) in GapOnEncryptionKeyRefreshComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h456 } HciEncryptionKeyRefreshCompleteEventParam; typedef
H A Dhci.h1053 … void (*encryptionKeyRefreshComplete)(const HciEncryptionKeyRefreshCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c689 if (BufferGetSize(payloadBuffer) != sizeof(HciEncryptionKeyRefreshCompleteEventParam)) { in HciEventOnEncryptionKeyRefreshCompleteEvent()
693 HciEncryptionKeyRefreshCompleteEventParam *param = in HciEventOnEncryptionKeyRefreshCompleteEvent()
694 (HciEncryptionKeyRefreshCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnEncryptionKeyRefreshCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c358 HciEncryptionKeyRefreshCompleteEventParam eventParam = { in HciCmdOnLeStartEncryptionFailed()