Symbol: ng_hci_event_pkt_t
lib/libbluetooth/hci.c
201
ng_hci_event_pkt_t *h = (ng_hci_event_pkt_t *) buf;
lib/libbluetooth/hci.c
216
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) buf;
lib/libbluetooth/hci.c
414
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) buf;
lib/libbluetooth/hci.c
503
if (n < sizeof(ng_hci_event_pkt_t)) {
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1032
hdr = mtod(m, ng_hci_event_pkt_t *);
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
987
ng_hci_event_pkt_t *hdr;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
89
ng_hci_event_pkt_t *hdr = NULL;
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
97
hdr = mtod(event, ng_hci_event_pkt_t *);
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
709
event = mtod(m, ng_hci_event_pkt_t *)->event - 1;
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
184
ng_hci_event_pkt_t hdr;
usr.sbin/bluetooth/hccontrol/le.c
1068
static void handle_le_connection_event(ng_hci_event_pkt_t* e, bool verbose)
usr.sbin/bluetooth/hccontrol/le.c
1160
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/le.c
1207
static void handle_le_remote_features_event(ng_hci_event_pkt_t* e)
usr.sbin/bluetooth/hccontrol/le.c
64
static void handle_le_event(ng_hci_event_pkt_t* e, bool verbose);
usr.sbin/bluetooth/hccontrol/le.c
653
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/le.c
70
static void handle_le_connection_event(ng_hci_event_pkt_t* e, bool verbose);
usr.sbin/bluetooth/hccontrol/le.c
72
static void handle_le_remote_features_event(ng_hci_event_pkt_t* e);
usr.sbin/bluetooth/hccontrol/le.c
759
static void handle_le_event(ng_hci_event_pkt_t* e, bool verbose)
usr.sbin/bluetooth/hccontrol/le.c
963
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_control.c
176
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_control.c
297
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_control.c
371
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_control.c
452
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_control.c
49
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_control.c
522
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_control.c
613
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_control.c
682
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_control.c
754
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/link_policy.c
91
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) b;
usr.sbin/bluetooth/hccontrol/send_recv.c
155
assert(*size > sizeof(ng_hci_event_pkt_t));
usr.sbin/bluetooth/hccontrol/send_recv.c
51
ng_hci_event_pkt_t *e = (ng_hci_event_pkt_t *) buffer;
usr.sbin/bluetooth/hcsecd/hcsecd.c
154
event = (ng_hci_event_pkt_t *) buffer;
usr.sbin/bluetooth/hcsecd/hcsecd.c
76
ng_hci_event_pkt_t *event = NULL;