HomeSort by relevance Sort by last modified time
    Searched refs:sco_connect (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluez/test/
hstest.c 82 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) {
btiotest.c 399 static void sco_connect(const char *src, const char *dst, gint disconn) function
538 sco_connect(opt_dev, argv[1], opt_disconn);
  /external/bluetooth/bluez/audio/
headset.c 614 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);
    [all...]
  /external/bluetooth/bluez/btio/
btio.c 659 static int sco_connect(int sock, const bdaddr_t *dst) function
1369 err = sco_connect(sock, &opts.dst);

Completed in 131 milliseconds