Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsco.c1423 BTPROTO_SCO, GFP_ATOMIC, 0); in sco_conn_ready()
1606 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
1615 bt_sock_unregister(BTPROTO_SCO); in sco_init()
1644 bt_sock_unregister(BTPROTO_SCO); in sco_exit()
H A Dhci_conn.c3382 case BTPROTO_SCO: in hci_ethtool_ts_info()
/linux/include/net/bluetooth/
H A Dbluetooth.h54 #define BTPROTO_SCO 2 macro