Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c174 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_acl_con_req()
298 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_acl_con_req()
467 sco_con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_sco_con_req()
541 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_le_con_req()
640 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_le_con_req()
792 if (con->flags & NG_HCI_CON_NOTIFY_SCO) { in ng_hci_lp_con_cfm()
812 con->flags &= ~NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_cfm()
1034 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_rsp()
1070 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_rsp()
1243 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_qos_req()
[all …]
H A Dng_hci_var.h179 #define NG_HCI_CON_NOTIFY_SCO (1 << 2) macro