Home
last modified time | relevance | path

Searched refs:HciSynchronizationTrainReceivedEventParam (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_snoop_filter_evt.c237 {HciCommonFilterAddress, offsetof(HciSynchronizationTrainReceivedEventParam, bdAdddr)},
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/
Dhci_def_evt.h732 } HciSynchronizationTrainReceivedEventParam; typedef
Dhci.h1138 … void (*synchronizationTrainReceived)(const HciSynchronizationTrainReceivedEventParam *eventParam);
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/evt/
Dhci_evt.c1732 if (BufferGetSize(payloadBuffer) != sizeof(HciSynchronizationTrainReceivedEventParam)) { in HciEventOnSynchronizationTrainReceivedEvent()
1736 HciSynchronizationTrainReceivedEventParam *param = in HciEventOnSynchronizationTrainReceivedEvent()
1737 (HciSynchronizationTrainReceivedEventParam *)BufferPtr(payloadBuffer); in HciEventOnSynchronizationTrainReceivedEvent()