Home
last modified time | relevance | path

Searched refs:a2mp_channel_create (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Da2mp.h129 struct l2cap_chan *a2mp_channel_create(struct l2cap_conn *conn,
138 static inline struct l2cap_chan *a2mp_channel_create(struct l2cap_conn *conn, in a2mp_channel_create() function
H A Da2mp.c886 struct l2cap_chan *a2mp_channel_create(struct l2cap_conn *conn, in a2mp_channel_create() function
H A Dl2cap_core.c7628 chan = a2mp_channel_create(conn, skb); in l2cap_data_channel()