Searched refs:a2dp (Results 1 – 8 of 8) sorted by relevance
83 struct a2dp_data a2dp; member202 struct a2dp_data *a2dp = &client->d.a2dp; in stream_state_changed() local206 if (a2dp->sep) { in stream_state_changed()207 a2dp_sep_unlock(a2dp->sep, a2dp->session); in stream_state_changed()208 a2dp->sep = NULL; in stream_state_changed()210 if (a2dp->session) { in stream_state_changed()211 avdtp_unref(a2dp->session); in stream_state_changed()212 a2dp->session = NULL; in stream_state_changed()214 a2dp->stream = NULL; in stream_state_changed()578 struct a2dp_data *a2dp = &client->d.a2dp; in a2dp_discovery_complete() local[all …]
139 struct bluetooth_a2dp a2dp; /* A2DP data */ member295 struct bluetooth_a2dp *a2dp = &data->a2dp; in bluetooth_exit() local308 if (a2dp->sbc_initialized) in bluetooth_exit()309 sbc_finish(&a2dp->sbc); in bluetooth_exit()528 sbc_capabilities_t *cap = &data->a2dp.sbc_capabilities; in bluetooth_a2dp_init()620 static void bluetooth_a2dp_setup(struct bluetooth_a2dp *a2dp) in bluetooth_a2dp_setup() argument622 sbc_capabilities_t active_capabilities = a2dp->sbc_capabilities; in bluetooth_a2dp_setup()624 if (a2dp->sbc_initialized) in bluetooth_a2dp_setup()625 sbc_reinit(&a2dp->sbc, 0); in bluetooth_a2dp_setup()627 sbc_init(&a2dp->sbc, 0); in bluetooth_a2dp_setup()[all …]
102 struct a2dp_info a2dp; member283 codec.length != sizeof(u->a2dp.sbc_capabilities)) in parse_caps()288 memcpy(&u->a2dp.sbc_capabilities, &codec, in parse_caps()289 sizeof(u->a2dp.sbc_capabilities)); in parse_caps()391 cap = &u->a2dp.sbc_capabilities; in setup_a2dp()479 static void setup_sbc(struct a2dp_info *a2dp) in setup_sbc() argument483 assert(a2dp); in setup_sbc()485 active_capabilities = &a2dp->sbc_capabilities; in setup_sbc()487 if (a2dp->sbc_initialized) in setup_sbc()488 sbc_reinit(&a2dp->sbc, 0); in setup_sbc()[all …]
3 profile a2dp27 profile a2dp
12 avdtp.h avdtp.c a2dp.h a2dp.c sink.h sink.c source.h source.c \
1 profile a2dp
8 a2dp.c \
3 profile a2dp