zephyr/subsys/bluetooth/shell
Johan Hedberg cbb7ef5560 Bluetooth: shell: Fix floating point usage
Avoid floating point usage when possible. E.g. on qemu_x86 this would
otherwise result in something like the following:

<err> os: Floating point unit not enabled
<err> os: eax: 0x00000024, ebx: 0x00000000, ecx: 0x00248fc8,
          edx: 0x00146120
<err> os: esi: 0x0012b30c, edi: 0x0024c628, ebp: 0x0024c638,
          esp: 0x0024c5b8
<err> os: eflags: 0x00000216 cs: 0x0008 cr3: 0x001465a0
<err> os: call trace:
<err> os: eip: 0x00121c8d
<err> os:      0x0010679c (0x127750)
<err> os:      0x0010693b (0x100f33)
<err> os:      0x001061bc (0x12b800)
<err> os:      0x001074fb (0x0)
<err> os:      0x00101151 (0x12b800)
<err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception
<err> os: Current thread: 0x00146120 (shell_uart)
<err> os: Halting system

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-12-23 14:47:31 +02:00
..
bredr.c Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
bt.c Bluetooth: shell: Fix floating point usage 2019-12-23 14:47:31 +02:00
bt.h
CMakeLists.txt
gatt.c Bluetooth: UUID: Expose bt_uuid_to_str to application 2019-12-09 17:15:05 +02:00
hci.c
hci.h
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
l2cap.c Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
ll.c
ll.h
rfcomm.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
ticker.c