Searched refs:HciDataBufferOverflowEventParam (Results 1 – 3 of 3) sorted by relevance
298 } HciDataBufferOverflowEventParam; typedef
1014 void (*dataBufferOverflow)(const HciDataBufferOverflowEventParam *eventParam);
1099 if (BufferGetSize(payloadBuffer) != sizeof(HciDataBufferOverflowEventParam)) { in HciEventOnDataBufferOverflowEvent()1103 …HciDataBufferOverflowEventParam *param = (HciDataBufferOverflowEventParam *)BufferPtr(payloadBuffe… in HciEventOnDataBufferOverflowEvent()