zephyr/drivers/bluetooth
Johan Hedberg caf5141de5 Bluetooth: Remove unnecessary error checks for bt_uart_read() calls
When the 'len' and 'min' parameters passed to bt_uart_read() are equal
the function is guaranteed to always return 'len' (it will keep
looping until that). This patch removes bt_uart_read() error checks
which would never occur in practice.

Change-Id: Icd879f1e15c6d33acc549155aabd24490098ffc5
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:13:50 -05:00
..
uart.c Bluetooth: Remove unnecessary error checks for bt_uart_read() calls 2016-02-05 20:13:50 -05:00
uart.h Bluetooth: Add HCI UART (H4) driver 2016-02-05 20:13:44 -05:00