Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_ulpi.c161 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_acl_con_req()
285 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_acl_con_req()
389 sco_con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_sco_con_req()
454 sco_con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_sco_con_req()
605 if (con->flags & NG_HCI_CON_NOTIFY_SCO) { in ng_hci_lp_con_cfm()
625 con->flags &= ~NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_cfm()
818 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_rsp()
854 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_con_rsp()
1027 con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_qos_req()
1074 if (con->flags & NG_HCI_CON_NOTIFY_SCO) { in ng_hci_lp_qos_cfm()
[all …]
H A Dng_hci_var.h178 #define NG_HCI_CON_NOTIFY_SCO (1 << 2) macro