Home
last modified time | relevance | path

Searched refs:avdtp (Results 1 – 14 of 14) sorted by relevance

/external/bluetooth/bluez/audio/
Davdtp.h36 struct avdtp;
123 struct avdtp *session,
136 void (*set_configuration) (struct avdtp *session,
141 void (*get_configuration) (struct avdtp *session,
146 void (*open) (struct avdtp *session, struct avdtp_local_sep *lsep,
149 void (*start) (struct avdtp *session, struct avdtp_local_sep *lsep,
152 void (*suspend) (struct avdtp *session, struct avdtp_local_sep *lsep,
155 void (*close) (struct avdtp *session, struct avdtp_local_sep *lsep,
158 void (*abort) (struct avdtp *session, struct avdtp_local_sep *lsep,
161 void (*reconfigure) (struct avdtp *session,
[all …]
Da2dp.h124 typedef void (*a2dp_config_cb_t) (struct avdtp *session, struct a2dp_sep *sep,
128 typedef void (*a2dp_stream_cb_t) (struct avdtp *session,
135 struct a2dp_sep *a2dp_get(struct avdtp *session, struct avdtp_remote_sep *sep);
136 unsigned int a2dp_config(struct avdtp *session, struct a2dp_sep *sep,
139 unsigned int a2dp_resume(struct avdtp *session, struct a2dp_sep *sep,
141 unsigned int a2dp_suspend(struct avdtp *session, struct a2dp_sep *sep,
145 gboolean a2dp_sep_lock(struct a2dp_sep *sep, struct avdtp *session);
146 gboolean a2dp_sep_unlock(struct a2dp_sep *sep, struct avdtp *session);
148 struct a2dp_sep *a2dp_get_sep(struct avdtp *session,
Davdtp.c342 struct avdtp *session;
359 struct avdtp { struct
409 static int send_request(struct avdtp *session, gboolean priority, argument
412 static gboolean avdtp_parse_resp(struct avdtp *session,
416 static gboolean avdtp_parse_rej(struct avdtp *session,
420 static int process_queue(struct avdtp *session);
421 static void connection_lost(struct avdtp *session, int err);
422 static void avdtp_sep_set_state(struct avdtp *session,
480 static gboolean avdtp_send(struct avdtp *session, uint8_t transaction, in avdtp_send()
627 struct avdtp *session = user_data; in disconnect_timeout()
[all …]
Da2dp.c65 struct avdtp *session;
83 struct avdtp *session;
139 static struct audio_device *a2dp_get_dev(struct avdtp *session) in a2dp_get_dev()
228 static struct a2dp_setup *find_setup_by_session(struct avdtp *session) in find_setup_by_session()
281 static gboolean sbc_setconf_ind(struct avdtp *session, in sbc_setconf_ind()
340 static gboolean sbc_getcap_ind(struct avdtp *session, struct avdtp_local_sep *sep, in sbc_getcap_ind()
399 static gboolean mpeg_setconf_ind(struct avdtp *session, in mpeg_setconf_ind()
429 static gboolean mpeg_getcap_ind(struct avdtp *session, in mpeg_getcap_ind()
478 static void setconf_cfm(struct avdtp *session, struct avdtp_local_sep *sep, in setconf_cfm()
524 static gboolean getconf_ind(struct avdtp *session, struct avdtp_local_sep *sep, in getconf_ind()
[all …]
Dsink.h46 gboolean sink_new_stream(struct audio_device *dev, struct avdtp *session,
48 gboolean sink_setup_stream(struct sink *sink, struct avdtp *session);
Dsource.h47 gboolean source_new_stream(struct audio_device *dev, struct avdtp *session,
49 gboolean source_setup_stream(struct source *source, struct avdtp *session);
Dsource.c61 struct avdtp *session;
123 struct avdtp *session, in avdtp_state_callback()
270 static void stream_setup_complete(struct avdtp *session, struct a2dp_sep *sep, in stream_setup_complete()
422 static gboolean select_capabilities(struct avdtp *session, in select_capabilities()
449 static void discovery_complete(struct avdtp *session, GSList *seps, struct avdtp_error *err, in discovery_complete()
513 gboolean source_setup_stream(struct source *source, struct avdtp *session) in source_setup_stream()
741 gboolean source_new_stream(struct audio_device *dev, struct avdtp *session, in source_new_stream()
Dsink.c60 struct avdtp *session;
122 struct avdtp *session, in avdtp_state_callback()
303 static void stream_setup_complete(struct avdtp *session, struct a2dp_sep *sep, in stream_setup_complete()
455 static gboolean select_capabilities(struct avdtp *session, in select_capabilities()
482 static void discovery_complete(struct avdtp *session, GSList *seps, struct avdtp_error *err, in discovery_complete()
545 gboolean sink_setup_stream(struct sink *sink, struct avdtp *session) in sink_setup_stream()
881 gboolean sink_new_stream(struct audio_device *dev, struct avdtp *session, in sink_new_stream()
DMakefile.am12 avdtp.h avdtp.c a2dp.h a2dp.c sink.h sink.c source.h source.c \
DAndroid.mk9 avdtp.c \
Ddevice.c235 struct avdtp *session = avdtp_get(&dev->src, &dev->dst); in avdtp_connect_timeout()
314 static void device_avdtp_cb(struct audio_device *dev, struct avdtp *session, in device_avdtp_cb()
482 struct avdtp *session = avdtp_get(&dev->src, &dev->dst); in dev_connect()
Dunix.c67 struct avdtp *session;
571 static void a2dp_discovery_complete(struct avdtp *session, GSList *seps, in a2dp_discovery_complete()
665 static void a2dp_config_complete(struct avdtp *session, struct a2dp_sep *sep, in a2dp_config_complete()
726 static void a2dp_resume_complete(struct avdtp *session, in a2dp_resume_complete()
780 static void a2dp_suspend_complete(struct avdtp *session, in a2dp_suspend_complete()
/external/bluetooth/hcidump/parser/
DMakefile.am7 bnep.c cmtp.c hidp.c hcrp.c avdtp.c avctp.c \
/external/bluetooth/bluez/tools/
Dsdptool.c2696 uuid_t root_uuid, l2cap, avdtp, a2src; in add_a2source() local
2726 sdp_uuid16_create(&avdtp, AVDTP_UUID); in add_a2source()
2727 proto[1] = sdp_list_append(0, &avdtp); in add_a2source()
2757 uuid_t root_uuid, l2cap, avdtp, a2snk; in add_a2sink() local
2787 sdp_uuid16_create(&avdtp, AVDTP_UUID); in add_a2sink()
2788 proto[1] = sdp_list_append(0, &avdtp); in add_a2sink()