Searched refs:BT_SUGGESTED_BUFFER_SIZE (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dctl_bluetooth.c151 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);
H A Dliba2dp.c219 char buf[BT_SUGGESTED_BUFFER_SIZE];
228 memset(start_req, 0, BT_SUGGESTED_BUFFER_SIZE);
282 char buf[BT_SUGGESTED_BUFFER_SIZE];
297 memset(stop_req, 0, BT_SUGGESTED_BUFFER_SIZE);
498 char buf[BT_SUGGESTED_BUFFER_SIZE];
505 memset(open_req, 0, BT_SUGGESTED_BUFFER_SIZE);
527 memset(setconf_req, 0, BT_SUGGESTED_BUFFER_SIZE);
735 length = msg->length ? msg->length : BT_SUGGESTED_BUFFER_SIZE;
759 length = inmsg->length ? inmsg->length : BT_SUGGESTED_BUFFER_SIZE;
882 char buf[BT_SUGGESTED_BUFFER_SIZE];
[all...]
H A Dunix.c158 char buf[BT_SUGGESTED_BUFFER_SIZE];
253 char buf[BT_SUGGESTED_BUFFER_SIZE];
286 char buf[BT_SUGGESTED_BUFFER_SIZE];
316 char buf[BT_SUGGESTED_BUFFER_SIZE];
342 char buf[BT_SUGGESTED_BUFFER_SIZE];
386 char buf[BT_SUGGESTED_BUFFER_SIZE];
416 char buf[BT_SUGGESTED_BUFFER_SIZE];
497 if (rsp->h.length > BT_SUGGESTED_BUFFER_SIZE)
500 space_left = BT_SUGGESTED_BUFFER_SIZE - rsp->h.length;
576 char buf[BT_SUGGESTED_BUFFER_SIZE];
[all...]
H A Dipctest.c132 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);
H A Dpcm_bluetooth.c335 char buf[BT_SUGGESTED_BUFFER_SIZE];
366 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
432 char buf[BT_SUGGESTED_BUFFER_SIZE];
442 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
462 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
692 char buf[BT_SUGGESTED_BUFFER_SIZE];
702 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
726 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
1534 length = msg->length ? msg->length : BT_SUGGESTED_BUFFER_SIZE;
1556 length = inmsg->length ? inmsg->length : BT_SUGGESTED_BUFFER_SIZE;
[all...]
H A Dgstavdtpsink.c763 gchar *buf[BT_SUGGESTED_BUFFER_SIZE];
768 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
913 gchar buf[BT_SUGGESTED_BUFFER_SIZE];
1035 gchar buf[BT_SUGGESTED_BUFFER_SIZE];
1063 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE);
1268 length = msg->length ? msg->length : BT_SUGGESTED_BUFFER_SIZE;
1293 length = inmsg->length ? inmsg->length : BT_SUGGESTED_BUFFER_SIZE;
H A Dipc.h74 #define BT_SUGGESTED_BUFFER_SIZE 512 macro

Completed in 31 milliseconds