Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp_internal.h91 struct bt_avdtp;
179 void (*connected)(struct bt_avdtp *session);
181 void (*disconnected)(struct bt_avdtp *session);
183 struct net_buf *(*alloc_buf)(struct bt_avdtp *session);
185 int (*discovery_ind)(struct bt_avdtp *session, uint8_t *errcode);
187 int (*get_capabilities_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep,
190 int (*set_configuration_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep,
193 int (*re_configuration_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep,
196 int (*open_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode);
198 int (*close_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode);
[all …]
Davdtp.c28 LOG_MODULE_REGISTER(bt_avdtp);
43 #define AVDTP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_avdtp, br_chan.chan)
46 CONTAINER_OF(CONTAINER_OF(_work, struct k_work_delayable, work), struct bt_avdtp, \
69 static void avdtp_lock(struct bt_avdtp *session) in avdtp_lock()
74 static void avdtp_unlock(struct bt_avdtp *session) in avdtp_unlock()
110 static inline void bt_avdtp_clear_req(struct bt_avdtp *session) in bt_avdtp_clear_req()
120 struct bt_avdtp *session; in bt_avdtp_media_l2cap_connected()
148 struct bt_avdtp *session; in bt_avdtp_media_l2cap_disconnected()
198 static int avdtp_media_connect(struct bt_avdtp *session, struct bt_avdtp_sep *sep) in avdtp_media_connect()
263 static void avdtp_discover_handler(struct bt_avdtp *session, struct net_buf *buf, uint8_t msg_type, in avdtp_discover_handler()
[all …]
Da2dp.c61 struct bt_avdtp session;
90 static void a2dp_connected(struct bt_avdtp *session) in a2dp_connected()
102 static void a2dp_disconnected(struct bt_avdtp *session) in a2dp_disconnected()
113 static struct net_buf *a2dp_alloc_buf(struct bt_avdtp *session) in a2dp_alloc_buf()
118 static int a2dp_discovery_ind(struct bt_avdtp *session, uint8_t *errcode) in a2dp_discovery_ind()
124 static int a2dp_get_capabilities_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, in a2dp_get_capabilities_ind()
148 static int a2dp_process_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, in a2dp_process_config_ind()
253 static int a2dp_set_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t int_seid, in a2dp_set_config_ind()
260 static int a2dp_re_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t int_seid, in a2dp_re_config_ind()
291 static int a2dp_ctrl_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode, in a2dp_ctrl_ind()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/classic/
Davdtp.h134 struct bt_avdtp *session;