Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Davdtp_internal.h90 struct bt_avdtp;
93 typedef int (*bt_avdtp_func_t)(struct bt_avdtp *session,
141 struct bt_avdtp { struct
149 int (*accept)(struct bt_conn *conn, struct bt_avdtp **session); argument
159 int bt_avdtp_connect(struct bt_conn *conn, struct bt_avdtp *session);
162 int bt_avdtp_disconnect(struct bt_avdtp *session);
169 int bt_avdtp_discover(struct bt_avdtp *session,
A Davdtp.c23 #define LOG_MODULE_NAME bt_avdtp
45 #define AVDTP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_avdtp, br_chan.chan)
54 void (*func)(struct bt_avdtp *session, struct net_buf *buf,
59 static int avdtp_send(struct bt_avdtp *session, in avdtp_send()
119 struct bt_avdtp *session; in bt_avdtp_l2cap_connected()
135 struct bt_avdtp *session = AVDTP_CHAN(chan); in bt_avdtp_l2cap_disconnected()
150 struct bt_avdtp *session = AVDTP_CHAN(chan); in bt_avdtp_l2cap_recv()
193 int bt_avdtp_connect(struct bt_conn *conn, struct bt_avdtp *session) in bt_avdtp_connect()
213 int bt_avdtp_disconnect(struct bt_avdtp *session) in bt_avdtp_disconnect()
226 struct bt_avdtp *session = NULL; in bt_avdtp_l2cap_accept()
[all …]
A Da2dp.c37 struct bt_avdtp session;
83 int a2dp_accept(struct bt_conn *conn, struct bt_avdtp **session) in a2dp_accept()

Completed in 4 milliseconds