Home
last modified time | relevance | path

Searched refs:HciChannelSelectedEventParam (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/
Dhci_def_evt.h570 } HciChannelSelectedEventParam; typedef
Dhci.h1093 void (*channelSelected)(const HciChannelSelectedEventParam *eventParam);
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/evt/
Dhci_evt.c1366 if (BufferGetSize(payloadBuffer) != sizeof(HciChannelSelectedEventParam)) { in HciEventOnChannelSelectedEvent()
1370 HciChannelSelectedEventParam *param = (HciChannelSelectedEventParam *)BufferPtr(payloadBuffer); in HciEventOnChannelSelectedEvent()