No description
Find a file
Johan Hedberg 099ecbfa7c Bluetooth: Add minimum required length parameter to bt_uart_read()
There are some places where it's forgivable if bt_uart_read() wasn't
able to read as many bytes as requested. In other places it's not
acceptable (e.g. when reading ACL or event header). To avoid failing
in situations where we can handle receiving less data than requested
this patch adds a new parameter to bt_uart_read() to specify the
minimum required data amount.

Change-Id: I372e3af7aaa6bfabe14896eb10cc71c3deff94f2
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:13:50 -05:00
arch Remove remaining references to NLI 2016-02-05 20:13:48 -05:00
config Remove NLI related kconfig options from BSPs 2016-02-05 20:13:48 -05:00
drivers Bluetooth: Add minimum required length parameter to bt_uart_read() 2016-02-05 20:13:50 -05:00
host Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
include Bluetooth: Add BT_WARN convenience logging macro 2016-02-05 20:13:50 -05:00
kernel Allow microkernel timer code to support tickless kernel 2016-02-05 20:13:49 -05:00
lib/libc/minimal build: Always enable section garbage collection flags 2016-02-05 20:13:48 -05:00
make Revise dependencies for timer-related configuration options 2016-02-05 20:13:49 -05:00
misc Remove inclusion of unused header files 2016-02-05 20:13:41 -05:00
net Bluetooth: Make bt_buf_get() wait if necessary & possible 2016-02-05 20:13:50 -05:00
samples Bluetooth: Add Bluetooth microkernel smoke test 2016-02-05 20:13:50 -05:00
scripts Bluetooth: Add Bluetooth microkernel smoke test 2016-02-05 20:13:50 -05:00
shared/include/nanokernel/x86 Fix checkpatch issue - ERROR:POINTER_LOCATION 2016-02-05 20:13:39 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore Add more host utils to .gitignore 2016-02-05 20:13:45 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
vxmicro-env.bash Remove reference to CodeSourcery 2016-02-05 20:13:41 -05:00