Home
last modified time | relevance | path

Searched refs:HciSimplePairingCompleteEventParam (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c211 {HciCommonFilterAddress, offsetof(HciSimplePairingCompleteEventParam, bdAddr)},
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h111 void GapOnSimplePairingComplete(const HciSimplePairingCompleteEventParam *eventParam);
H A Dgap_hci_receive.c477 static void GapRecvSimplePairingComplete(const HciSimplePairingCompleteEventParam *eventParam) in GapRecvSimplePairingComplete()
H A Dgap_br_sec.c1637 NO_SANITIZE("cfi") void GapOnSimplePairingComplete(const HciSimplePairingCompleteEventParam *eventParam) in GapOnSimplePairingComplete()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h509 } HciSimplePairingCompleteEventParam; typedef
H A Dhci.h1071 void (*simplePairingComplete)(const HciSimplePairingCompleteEventParam *eventParam);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c834 if (BufferGetSize(payloadBuffer) != sizeof(HciSimplePairingCompleteEventParam)) { in HciEventOnSimplePairingCompleteEvent()
838 HciSimplePairingCompleteEventParam *param = (HciSimplePairingCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnSimplePairingCompleteEvent()

Completed in 12 milliseconds