Home | History | Annotate | Download | only in plugins

Lines Matching defs:eh

2281 	hci_event_hdr *eh;
2305 eh = (hci_event_hdr *) ptr;
2316 switch (eh->evt) {
2347 inquiry_result(index, eh->plen, ptr);
2351 inquiry_result_with_rssi(index, eh->plen, ptr);
2355 extended_inquiry_result(index, eh->plen, ptr);
2756 hci_event_hdr *eh;
2779 eh = (hci_event_hdr *) ptr;
2780 if (eh->evt != EVT_STACK_INTERNAL)