Searched refs:sco_connect (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/test/ |
D | hstest.c | 82 static int sco_connect(bdaddr_t *src, bdaddr_t *dst, uint16_t *handle, uint16_t *mtu) in sco_connect() function 239 if ((sd = sco_connect(&local, &bdaddr, &sco_handle, &sco_mtu)) < 0) { in main()
|
D | btiotest.c | 399 static void sco_connect(const char *src, const char *dst, gint disconn) in sco_connect() function 538 sco_connect(opt_dev, argv[1], opt_disconn); in main()
|
/external/bluetooth/bluez/audio/ |
D | headset.c | 624 static int sco_connect(struct audio_device *dev, headset_stream_cb_t cb, in sco_connect() function 689 p->err = sco_connect(dev, NULL, NULL, NULL); in hfp_slc_complete() 1388 p->err = sco_connect(dev, NULL, NULL, NULL); in headset_connect_cb() 1839 err = sco_connect(device, NULL, NULL, NULL); in hs_play() 2346 } else if (sco_connect(dev, cb, user_data, &id) < 0) in headset_request_stream()
|
/external/bluetooth/bluez/src/ |
D | btio.c | 582 static int sco_connect(int sock, const bdaddr_t *dst) in sco_connect() function 1231 err = sco_connect(sock, &opts.dst); in bt_io_connect()
|