Lines Matching defs:bluetooth_data
129 struct bluetooth_data {
167 struct bluetooth_data *data = param;
260 struct bluetooth_data *data = io->private_data;
277 struct bluetooth_data *data = io->private_data;
288 struct bluetooth_data *data = io->private_data;
293 static void bluetooth_exit(struct bluetooth_data *data)
322 struct bluetooth_data *data = io->private_data;
333 struct bluetooth_data *data = io->private_data;
431 struct bluetooth_data *data = io->private_data;
524 static int bluetooth_a2dp_init(struct bluetooth_data *data,
690 struct bluetooth_data *data = io->private_data;
764 struct bluetooth_data *data = io->private_data;
797 struct bluetooth_data *data = io->private_data;
848 struct bluetooth_data *data = io->private_data;
906 struct bluetooth_data *data = io->private_data;
967 static int avdtp_write(struct bluetooth_data *data)
1005 struct bluetooth_data *data = io->private_data;
1214 struct bluetooth_data *data = io->private_data;
1267 struct bluetooth_data *data = io->private_data;
1614 static int bluetooth_parse_capabilities(struct bluetooth_data *data,
1643 static int bluetooth_init(struct bluetooth_data *data,
1652 memset(data, 0, sizeof(struct bluetooth_data));
1723 struct bluetooth_data *data;
1729 data = malloc(sizeof(struct bluetooth_data));