Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dsco.c1032 BTPROTO_SCO, GFP_ATOMIC); in sco_conn_ready()
1207 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
1216 bt_sock_unregister(BTPROTO_SCO); in sco_init()
1245 bt_sock_unregister(BTPROTO_SCO); in sco_exit()
/linux-4.1.27/include/net/bluetooth/
Dbluetooth.h47 #define BTPROTO_SCO 2 macro