Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.h29 void SMP_OnLEEncryptionKeyRefreshComplete(const HciEncryptionKeyRefreshCompleteEventParam *eventParam);
H A Dsmp_hci_event.c426 void SMP_OnLEEncryptionKeyRefreshComplete(const HciEncryptionKeyRefreshCompleteEventParam *eventParam) 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()
452 HciEncryptionKeyRefreshCompleteEventParam *eventParam = (HciEncryptionKeyRefreshCompleteEventParam *)context; in SMP_OnLeEncKeyRefCompTask()
/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 *eventParam) in GapRecvEncryptionKeyRefreshComplete()
H A Dgap_br_sec.c1703 void GapOnEncryptionKeyRefreshComplete(const HciEncryptionKeyRefreshCompleteEventParam *eventParam) in GapOnEncryptionKeyRefreshComplete()
/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);
/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()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c358 HciEncryptionKeyRefreshCompleteEventParam eventParam = { in HciCmdOnLeStartEncryptionFailed()

Completed in 32 milliseconds