Searched defs:bt_config (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dpcm_bluetooth.c1376 struct bluetooth_alsa_config *bt_config)
1380 memset(bt_config, 0, sizeof(struct bluetooth_alsa_config));
1383 bt_config->autoconnect = 1;
1404 bt_config->autoconnect = b;
1414 bt_config->has_device = 1;
1415 strncpy(bt_config->device, value, 18);
1426 bt_config->transport = BT_CAPABILITIES_TRANSPORT_ANY;
1427 bt_config->has_transport = 1;
1430 bt_config->transport = BT_CAPABILITIES_TRANSPORT_SCO;
1431 bt_config
1375 bluetooth_parse_config(snd_config_t *conf, struct bluetooth_alsa_config *bt_config) argument
[all...]

Completed in 13 milliseconds