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 624 static int sco_connect(struct audio_device *dev, headset_stream_cb_t cb, function
689 p->err = sco_connect(dev, NULL, NULL, NULL);
1388 p->err = sco_connect(dev, NULL, NULL, NULL);
    [all...]
  /external/bluetooth/bluez/src/
btio.c 582 static int sco_connect(int sock, const bdaddr_t *dst) function
1231 err = sco_connect(sock, &opts.dst);

Completed in 395 milliseconds