Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h298 } HciDataBufferOverflowEventParam; typedef
H A Dhci.h1014 void (*dataBufferOverflow)(const HciDataBufferOverflowEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1099 if (BufferGetSize(payloadBuffer) != sizeof(HciDataBufferOverflowEventParam)) { in HciEventOnDataBufferOverflowEvent()
1103HciDataBufferOverflowEventParam *param = (HciDataBufferOverflowEventParam *)BufferPtr(payloadBuffe… in HciEventOnDataBufferOverflowEvent()