Searched refs:BT_SUGGESTED_BUFFER_SIZE (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | ctl_bluetooth.c | 151 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_send_ctl() 159 ret = send(data->sock, req, BT_SUGGESTED_BUFFER_SIZE, MSG_NOSIGNAL); in bluetooth_send_ctl() 165 ret = recv(data->sock, rsp, BT_SUGGESTED_BUFFER_SIZE, 0); in bluetooth_send_ctl() 207 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_read_integer() 228 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_write_integer() 260 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_read_event() 269 ret = recv(data->sock, ind, BT_SUGGESTED_BUFFER_SIZE, MSG_DONTWAIT); in bluetooth_read_event()
|
D | unix.c | 179 char buf[BT_SUGGESTED_BUFFER_SIZE]; in unix_ipc_error() 282 char buf[BT_SUGGESTED_BUFFER_SIZE]; in headset_discovery_complete() 315 char buf[BT_SUGGESTED_BUFFER_SIZE]; in headset_setup_complete() 345 char buf[BT_SUGGESTED_BUFFER_SIZE]; in gateway_setup_complete() 371 char buf[BT_SUGGESTED_BUFFER_SIZE]; in headset_resume_complete() 415 char buf[BT_SUGGESTED_BUFFER_SIZE]; in gateway_resume_complete() 450 char buf[BT_SUGGESTED_BUFFER_SIZE]; in headset_suspend_complete() 532 if (rsp->h.length > BT_SUGGESTED_BUFFER_SIZE) in a2dp_append_codec() 535 space_left = BT_SUGGESTED_BUFFER_SIZE - rsp->h.length; in a2dp_append_codec() 629 char buf[BT_SUGGESTED_BUFFER_SIZE]; in a2dp_discovery_complete() [all …]
|
D | liba2dp.c | 219 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_start() 228 memset(start_req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_start() 285 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_stop() 300 memset(stop_req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_stop() 501 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_a2dp_hw_params() 508 memset(open_req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_a2dp_hw_params() 530 memset(setconf_req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_a2dp_hw_params() 738 length = msg->length ? msg->length : BT_SUGGESTED_BUFFER_SIZE; in audioservice_send() 762 length = inmsg->length ? inmsg->length : BT_SUGGESTED_BUFFER_SIZE; in audioservice_recv() 885 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_configure() [all …]
|
D | pcm_bluetooth.c | 337 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_prepare() 368 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_prepare() 434 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_hsp_hw_params() 444 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_hsp_hw_params() 464 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_hsp_hw_params() 694 char buf[BT_SUGGESTED_BUFFER_SIZE]; in bluetooth_a2dp_hw_params() 704 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_a2dp_hw_params() 728 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_a2dp_hw_params() 1540 length = msg->length ? msg->length : BT_SUGGESTED_BUFFER_SIZE; in audioservice_send() 1562 length = inmsg->length ? inmsg->length : BT_SUGGESTED_BUFFER_SIZE; in audioservice_recv() [all …]
|
D | gstavdtpsink.c | 1142 gchar *buf[BT_SUGGESTED_BUFFER_SIZE]; in gst_avdtp_sink_get_capabilities() 1147 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE); in gst_avdtp_sink_get_capabilities() 1478 gchar buf[BT_SUGGESTED_BUFFER_SIZE]; in gst_avdtp_sink_stream_start() 1603 gchar buf[BT_SUGGESTED_BUFFER_SIZE]; in gst_avdtp_sink_configure() 1635 memset(req, 0, BT_SUGGESTED_BUFFER_SIZE); in gst_avdtp_sink_configure() 1846 length = msg->length ? msg->length : BT_SUGGESTED_BUFFER_SIZE; in gst_avdtp_sink_audioservice_send() 1873 length = inmsg->length ? inmsg->length : BT_SUGGESTED_BUFFER_SIZE; in gst_avdtp_sink_audioservice_recv()
|
D | ipc.h | 74 #define BT_SUGGESTED_BUFFER_SIZE 512 macro
|
/external/bluetooth/bluez/test/ |
D | ipctest.c | 132 length = msg->length ? msg->length : BT_SUGGESTED_BUFFER_SIZE; in service_send() 156 length = rsp->length ? : BT_SUGGESTED_BUFFER_SIZE; in service_recv() 303 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE]; in get_caps() 576 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE]; in bt_open() 608 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE]; in set_conf() 834 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE]; in start_stream() 850 memset(msg.buf, 0, BT_SUGGESTED_BUFFER_SIZE); in start_stream() 890 uint8_t buf[BT_SUGGESTED_BUFFER_SIZE]; in stop_stream() 905 memset(msg.buf, 0, BT_SUGGESTED_BUFFER_SIZE); in stop_stream()
|