Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp_internal.h89 struct bt_avdtp;
186 void (*connected)(struct bt_avdtp *session);
188 void (*disconnected)(struct bt_avdtp *session);
190 struct net_buf *(*alloc_buf)(struct bt_avdtp *session);
192 int (*discovery_ind)(struct bt_avdtp *session, uint8_t *errcode);
194 int (*get_capabilities_ind)(struct bt_avdtp *session,
197 int (*set_configuration_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep,
200 int (*open_ind)(struct bt_avdtp *session,
203 int (*close_ind)(struct bt_avdtp *session,
206 int (*start_ind)(struct bt_avdtp *session,
[all …]
Davdtp.c28 LOG_MODULE_REGISTER(bt_avdtp);
43 #define AVDTP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_avdtp, br_chan.chan)
46 struct bt_avdtp, timeout_work)
74 struct bt_avdtp *session; in bt_avdtp_media_l2cap_connected()
127 static int avdtp_media_connect(struct bt_avdtp *session, struct bt_avdtp_sep *sep) in avdtp_media_connect()
174 static void avdtp_discover_handler(struct bt_avdtp *session, in avdtp_discover_handler()
260 static void avdtp_get_capabilities_handler(struct bt_avdtp *session, in avdtp_get_capabilities_handler()
336 static void avdtp_process_configuration(struct bt_avdtp *session, in avdtp_process_configuration()
417 static void avdtp_set_configuration_handler(struct bt_avdtp *session, in avdtp_set_configuration_handler()
423 static void avdtp_get_configuration_handler(struct bt_avdtp *session, in avdtp_get_configuration_handler()
[all …]
Da2dp.c63 struct bt_avdtp session;
128 static void a2dp_connected(struct bt_avdtp *session) in a2dp_connected()
140 static void a2dp_disconnected(struct bt_avdtp *session) in a2dp_disconnected()
151 static struct net_buf *a2dp_alloc_buf(struct bt_avdtp *session) in a2dp_alloc_buf()
156 static int a2dp_discovery_ind(struct bt_avdtp *session, uint8_t *errcode) in a2dp_discovery_ind()
162 static int a2dp_get_capabilities_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, in a2dp_get_capabilities_ind()
185 static int a2dp_set_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, in a2dp_set_config_ind()
288 static int a2dp_open_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_open_ind()
322 static int a2dp_start_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_start_ind()
356 static int a2dp_close_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_close_ind()
[all …]
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Davdtp.h133 struct bt_avdtp *session;