Home | History | Annotate | Download | only in audio

Lines Matching defs:bluetooth_data

121 struct bluetooth_data {
168 static int audioservice_send(struct bluetooth_data *data, const bt_audio_msg_header_t *msg);
169 static int audioservice_expect(struct bluetooth_data *data, bt_audio_msg_header_t *outmsg,
171 static int bluetooth_a2dp_hw_params(struct bluetooth_data *data);
172 static void set_state(struct bluetooth_data *data, a2dp_state_t state);
175 static void bluetooth_close(struct bluetooth_data *data)
216 static int bluetooth_start(struct bluetooth_data *data)
280 static int bluetooth_stop(struct bluetooth_data *data)
353 static int bluetooth_a2dp_init(struct bluetooth_data *data)
432 static void bluetooth_a2dp_setup(struct bluetooth_data *data)
496 static int bluetooth_a2dp_hw_params(struct bluetooth_data *data)
636 static int avdtp_write(struct bluetooth_data *data)
729 static int audioservice_send(struct bluetooth_data *data,
752 static int audioservice_recv(struct bluetooth_data *data,
805 static int audioservice_expect(struct bluetooth_data *data,
823 static int bluetooth_init(struct bluetooth_data *data)
849 static int bluetooth_parse_capabilities(struct bluetooth_data *data,
880 static int bluetooth_configure(struct bluetooth_data *data)
936 static void set_state(struct bluetooth_data *data, a2dp_state_t state)
942 static void __set_command(struct bluetooth_data *data, a2dp_command_t command)
950 static void set_command(struct bluetooth_data *data, a2dp_command_t command)
958 static int wait_for_start(struct bluetooth_data *data, int timeout)
1017 static void a2dp_free(struct bluetooth_data *data)
1029 struct bluetooth_data* data = (struct bluetooth_data*)d;
1104 struct bluetooth_data* data;
1110 data = malloc(sizeof(struct bluetooth_data));
1114 memset(data, 0, sizeof(struct bluetooth_data));
1169 struct bluetooth_data* data = (struct bluetooth_data*)d;
1178 struct bluetooth_data* data = (struct bluetooth_data*)d;
1246 struct bluetooth_data* data = (struct bluetooth_data*)d;
1257 struct bluetooth_data* data = (struct bluetooth_data*)d;