Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netgraph/bluetooth/hci/
Dng_hci_ulpi.c175 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_acl_con_req()
299 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_acl_con_req()
403 sco_con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_sco_con_req()
468 sco_con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_sco_con_req()
542 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_le_con_req()
641 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_le_con_req()
793 if (con->flags & NG_HCI_CON_NOTIFY_SCO) { in ng_hci_lp_con_cfm()
813 con->flags &= ~NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_cfm()
1037 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_rsp()
1073 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_rsp()
[all …]
Dng_hci_var.h180 #define NG_HCI_CON_NOTIFY_SCO (1 << 2) macro