Searched defs:bluetooth_data (Results 1 – 4 of 4) sorted by relevance
121 struct bluetooth_data { struct122 unsigned int link_mtu; /* MTU for transport channel */123 struct pollfd stream; /* Audio stream filedescriptor */124 struct pollfd server; /* Audio daemon filedescriptor */125 a2dp_state_t state; /* Current A2DP state */126 a2dp_command_t command; /* Current command for a2dp_thread */127 pthread_t thread;128 pthread_mutex_t mutex;129 int started;130 pthread_cond_t thread_start;[all …]
129 struct bluetooth_data { struct130 snd_pcm_ioplug_t io;131 struct bluetooth_alsa_config alsa_config; /* ALSA resource file parameters */132 volatile snd_pcm_sframes_t hw_ptr;133 int transport; /* chosen transport SCO or AD2P */134 unsigned int link_mtu; /* MTU for selected transport channel */135 volatile struct pollfd stream; /* Audio stream filedescriptor */136 struct pollfd server; /* Audio daemon filedescriptor */137 uint8_t buffer[BUFFER_SIZE]; /* Encoded transfer buffer */138 unsigned int count; /* Transfer buffer counter */[all …]
47 struct bluetooth_data { struct62 static void bluetooth_exit(struct bluetooth_data *data) in bluetooth_exit() argument
65 struct bluetooth_data { struct66 struct bt_get_capabilities_rsp *caps; /* Bluetooth device caps */67 guint link_mtu;69 gchar buffer[BUFFER_SIZE]; /* Codec transfer buffer */