Home
last modified time | relevance | path

Searched refs:bt_sock_register (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Daf_bluetooth.c82 int bt_sock_register(int proto, const struct net_proto_family *ops) in bt_sock_register() function
100 EXPORT_SYMBOL(bt_sock_register);
H A Dsco.c1633 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
H A Dl2cap_sock.c2115 err = bt_sock_register(BTPROTO_L2CAP, &l2cap_sock_family_ops);
H A Diso.c2885 err = bt_sock_register(BTPROTO_ISO, &iso_sock_family_ops); in iso_init()
/linux/net/bluetooth/rfcomm/
H A Dsock.c1071 err = bt_sock_register(BTPROTO_RFCOMM, &rfcomm_sock_family_ops); in rfcomm_init_sockets()