Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dsco.c1053 BTPROTO_SCO, GFP_ATOMIC, 0); in sco_conn_ready()
1227 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
1236 bt_sock_unregister(BTPROTO_SCO); in sco_init()
1265 bt_sock_unregister(BTPROTO_SCO); in sco_exit()
/linux-4.4.14/include/net/bluetooth/
Dbluetooth.h47 #define BTPROTO_SCO 2 macro