Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A 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()
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()
1035 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_rsp()
1071 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_rsp()
1244 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_qos_req()
[all …]
H A Dng_hci_var.h180 #define NG_HCI_CON_NOTIFY_SCO (1 << 2) macro