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

  /external/bluetooth/bluez/audio/
liba2dp.c 191 static int l2cap_set_flushable(int fd, int flushable) function
254 l2cap_set_flushable(data->stream.fd, 1);
293 l2cap_set_flushable(data->stream.fd, 0);
  /external/bluetooth/bluez/btio/
btio.c 531 static int l2cap_set_flushable(int sock, gboolean flushable) function
577 if (flushable >= 0 && l2cap_set_flushable(sock, flushable) < 0) {
578 ERROR_FAILED(err, "l2cap_set_flushable", errno);

Completed in 32 milliseconds