HomeSort by relevance Sort by last modified time
    Searched full:try_send (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/audio/
avdtp.c 487 static gboolean try_send(int sk, void *data, size_t len) function
499 error("try_send: complete buffer not sent (%d/%zu bytes)",
537 return try_send(sock, session->buf, sizeof(single) + len);
558 if (!try_send(sock, session->buf, session->omtu))
586 if (!try_send(sock, session->buf, to_copy + sizeof(cont)))
    [all...]

Completed in 44 milliseconds