Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c42 typedef void (*HciEventFunc)(Packet *packet); typedef
1898 static HciEventFunc g_eventFuncMap[] = {
2002 HciEventFunc func = g_eventFuncMap[header.eventCode]; in HciOnEvent()