Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dle.c1053 ng_hci_le_ep *ev_pkt; in handle_le_connection_event() local
1056 ev_pkt = (ng_hci_le_ep *)(e + 1); in handle_le_connection_event()
1058 if (ev_pkt->subevent_code == NG_HCI_LEEV_CON_COMPL) { in handle_le_connection_event()
1059 conn_event =(ng_hci_le_connection_complete_ep *)(ev_pkt + 1); in handle_le_connection_event()
1192 ng_hci_le_ep *ev_pkt; in handle_le_remote_features_event() local
1196 ev_pkt = (ng_hci_le_ep *)(e + 1); in handle_le_remote_features_event()
1198 if (ev_pkt->subevent_code == NG_HCI_LEEV_READ_REMOTE_FEATURES_COMPL) { in handle_le_remote_features_event()
1199 feat_event =(ng_hci_le_read_remote_features_ep *)(ev_pkt + 1); in handle_le_remote_features_event()