Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dsco.c1367 BTPROTO_SCO, GFP_ATOMIC, 0); in sco_conn_ready()
1535 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
1544 bt_sock_unregister(BTPROTO_SCO); in sco_init()
1573 bt_sock_unregister(BTPROTO_SCO); in sco_exit()
/linux-6.15/include/net/bluetooth/
H A Dbluetooth.h53 #define BTPROTO_SCO 2 macro