l2cap_user
int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user);
void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user);
int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user);
void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user);
struct l2cap_user *user)
struct l2cap_user *user)
struct l2cap_user *user);
struct l2cap_user *user);
struct l2cap_user user;
int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user)
void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user)
struct l2cap_user *user;
user = list_first_entry(&conn->users, struct l2cap_user, list);