Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsco.c1299 BTPROTO_SCO, GFP_ATOMIC, 0); in sco_conn_ready()
1464 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
1473 bt_sock_unregister(BTPROTO_SCO); in sco_init()
1502 bt_sock_unregister(BTPROTO_SCO); in sco_exit()
/linux/include/net/bluetooth/
H A Dbluetooth.h53 #define BTPROTO_SCO 2 macro