Home
last modified time | relevance | path

Searched refs:HciLeLongTermKeyRequestEventParam (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.c299 static void SMP_OnLtkReqEncProc(const HciLeLongTermKeyRequestEventParam *eventParam);
459 void SMP_OnLELongTermKeyRequest(const HciLeLongTermKeyRequestEventParam *eventParam) in SMP_OnLELongTermKeyRequest()
462HciLeLongTermKeyRequestEventParam *ctx = MEM_MALLOC.alloc(sizeof(HciLeLongTermKeyRequestEventParam in SMP_OnLELongTermKeyRequest()
467 …(void)memset_s(ctx, sizeof(HciLeLongTermKeyRequestEventParam), 0x00, sizeof(HciLeLongTermKeyReques… in SMP_OnLELongTermKeyRequest()
469 …ctx, sizeof(HciLeLongTermKeyRequestEventParam), eventParam, sizeof(HciLeLongTermKeyRequestEventPar… in SMP_OnLELongTermKeyRequest()
480 HciLeLongTermKeyRequestEventParam *eventParam = (HciLeLongTermKeyRequestEventParam *)context; in SMP_OnLeLongTermKeyReqTask()
905 static void SMP_OnLtkReqEncProc(const HciLeLongTermKeyRequestEventParam *eventParam) in SMP_OnLtkReqEncProc()
H A Dsmp_hci_event.h30 void SMP_OnLELongTermKeyRequest(const HciLeLongTermKeyRequestEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c145 if (param == NULL || (length != sizeof(HciLeLongTermKeyRequestEventParam))) { in HciEventOnLeLongTermKeyRequestEvent()
149 HciLeLongTermKeyRequestEventParam *eventParam = (HciLeLongTermKeyRequestEventParam *)param; in HciEventOnLeLongTermKeyRequestEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_evt.h96 } HciLeLongTermKeyRequestEventParam; typedef
H A Dhci.h1402 void (*leLongTermKeyRequest)(const HciLeLongTermKeyRequestEventParam *eventParam);