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

/external/bluetooth/bluez/test/
H A Dbtiotest.c399 static void sco_connect(const char *src, const char *dst, gint disconn) function
538 sco_connect(opt_dev, argv[1], opt_disconn);
H A Dhstest.c82 static int sco_connect(bdaddr_t *src, bdaddr_t *dst, uint16_t *handle, uint16_t *mtu) function
239 if ((sd = sco_connect(&local, &bdaddr, &sco_handle, &sco_mtu)) < 0) {
/external/bluetooth/bluez/btio/
H A Dbtio.c659 static int sco_connect(int sock, const bdaddr_t *dst) function
1369 err = sco_connect(sock, &opts.dst);
/external/bluetooth/bluez/audio/
H A Dheadset.c614 static int sco_connect(struct audio_device *dev, headset_stream_cb_t cb, function
679 p->err = sco_connect(dev, NULL, NULL, NULL);
1416 p->err = sco_connect(dev, NULL, NULL, NULL);
1845 err = sco_connect(device, NULL, NULL, NULL);
2357 } else if (sco_connect(dev, cb, user_data, &id) < 0)

Completed in 127 milliseconds