Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dsco.c1298 BTPROTO_SCO, GFP_ATOMIC, 0); in sco_conn_ready()
1463 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
1472 bt_sock_unregister(BTPROTO_SCO); in sco_init()
1501 bt_sock_unregister(BTPROTO_SCO); in sco_exit()
/Linux-v6.1/include/net/bluetooth/
Dbluetooth.h52 #define BTPROTO_SCO 2 macro