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

  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 151 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
159 ret = send(data->sock, req, BT_SUGGESTED_BUFFER_SIZE, MSG_NOSIGNAL);
165 ret = recv(data->sock, rsp, BT_SUGGESTED_BUFFER_SIZE, 0);
207 char buf[BT_SUGGESTED_BUFFER_SIZE];
228 char buf[BT_SUGGESTED_BUFFER_SIZE];
260 char buf[BT_SUGGESTED_BUFFER_SIZE];
269 ret = recv(data->sock, ind, BT_SUGGESTED_BUFFER_SIZE, MSG_DONTWAIT);
liba2dp.c 219 char buf[BT_SUGGESTED_BUFFER_SIZE];
228 memset(start_req, 0, BT_SUGGESTED_BUFFER_SIZE);
285 char buf[BT_SUGGESTED_BUFFER_SIZE];
300 memset(stop_req, 0, BT_SUGGESTED_BUFFER_SIZE);
501 char buf[BT_SUGGESTED_BUFFER_SIZE];
508 memset(open_req, 0, BT_SUGGESTED_BUFFER_SIZE);
530 memset(setconf_req, 0, BT_SUGGESTED_BUFFER_SIZE);
738 length = msg->length ? msg->length : BT_SUGGESTED_BUFFER_SIZE;
762 length = inmsg->length ? inmsg->length : BT_SUGGESTED_BUFFER_SIZE;
885 char buf[BT_SUGGESTED_BUFFER_SIZE];
    [all...]
unix.c 179 char buf[BT_SUGGESTED_BUFFER_SIZE];
282 char buf[BT_SUGGESTED_BUFFER_SIZE];
315 char buf[BT_SUGGESTED_BUFFER_SIZE];
345 char buf[BT_SUGGESTED_BUFFER_SIZE];
371 char buf[BT_SUGGESTED_BUFFER_SIZE];
415 char buf[BT_SUGGESTED_BUFFER_SIZE];
450 char buf[BT_SUGGESTED_BUFFER_SIZE];
532 if (rsp->h.length > BT_SUGGESTED_BUFFER_SIZE)
535 space_left = BT_SUGGESTED_BUFFER_SIZE - rsp->h.length;
629 char buf[BT_SUGGESTED_BUFFER_SIZE];
    [all...]
pcm_bluetooth.c 337 char buf[BT_SUGGESTED_BUFFER_SIZE];
368 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
434 char buf[BT_SUGGESTED_BUFFER_SIZE];
444 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
464 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
694 char buf[BT_SUGGESTED_BUFFER_SIZE];
704 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
728 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
    [all...]
ipc.h 74 #define BT_SUGGESTED_BUFFER_SIZE 512
gstavdtpsink.c 1142 gchar *buf[BT_SUGGESTED_BUFFER_SIZE];
1147 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 132 length = msg->length ? msg->length : BT_SUGGESTED_BUFFER_SIZE;
156 length = rsp->length ? : BT_SUGGESTED_BUFFER_SIZE;
303 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE];
576 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE];
608 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE];
834 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE];
850 memset(msg.buf, 0, BT_SUGGESTED_BUFFER_SIZE);
890 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE];
905 memset(msg.buf, 0, BT_SUGGESTED_BUFFER_SIZE);

Completed in 263 milliseconds