zephyr/subsys/bluetooth/host/mesh
Kumar Gala c2862eda4d bluetooth: mesh: shell: Fix warning when building with newlib
If we use newlib the isdigit (and other similar functions) return an
error as char can possibly be viewed as signed:

usr/include/ctype.h:57:54: error: array subscript has type ‘char’ [-Werror=char-subscripts]
 #define __ctype_lookup(__c) ((__ctype_ptr__+sizeof(""[__c]))[(int)(__c)])

Explicity cast to unsigned char so we deal with both this warning and
possible warning when -Wpointer-sign is enabled.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-07-16 11:06:20 -04:00
..
access.c Bluetooth: Mesh: Fix checking for model subscription address 2018-06-28 10:48:18 +03:00
access.h Bluetooth: Mesh: Support for storing model publication persistently 2018-05-11 16:44:43 +03:00
adv.c Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
adv.h Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
beacon.c Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
beacon.h
cfg_cli.c Bluetooth: Mesh: Increase visibility of net & app key helpers 2018-05-09 12:36:32 +03:00
cfg_srv.c Bluetooth: Mesh: cfg_srv: Ignore Prohibited element addresses 2018-06-28 10:48:18 +03:00
CMakeLists.txt Bluetooth: Mesh: Add skeleton for persistent storage 2018-05-09 12:36:32 +03:00
crypto.c Bluetooth: Mesh: Fix model publication 2017-11-20 15:00:29 +02:00
crypto.h Bluetooth: Mesh: Fix model publication 2017-11-20 15:00:29 +02:00
foundation.h Bluetooth: Mesh: Fix cyclic rewriting to flash when restoring state 2018-06-27 15:54:40 +03:00
friend.c Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
friend.h Bluetooth: Mesh: Implement handling of Friend Clear messages 2017-11-10 22:17:43 +03:00
health_cli.c Bluetooth: Mesh: Increase visibility of net & app key helpers 2018-05-09 12:36:32 +03:00
health_srv.c Bluetooth: Mesh: Convert to new net_buf_simple APIs 2018-02-13 14:00:08 +02:00
Kconfig Bluetooth: Mesh: Depend Mesh upon Observer and Broadcaster roles 2018-06-27 12:50:24 +03:00
lpn.c Bluetooth: Remove references to non-existing Kconfig symbols 2018-05-23 16:57:59 -04:00
lpn.h Bluetooth: Mesh: Introduce public LPN APIs for better control 2017-11-24 11:37:09 +02:00
main.c Bluetooth: Mesh: Fix initialization order during node reset 2018-06-27 15:54:40 +03:00
mesh.h Bluetooth: Mesh: Expose bt_mesh_is_provisioned() publicly 2018-05-16 18:00:19 +03:00
net.c Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
net.h Bluetooth: Mesh: Remove redundant ivu_unknown variable 2018-05-18 12:39:41 +03:00
prov.c Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
prov.h Bluetooth: Mesh: Add support for OOB info and URI in provisioning data 2018-02-05 12:46:05 +02:00
proxy.c Bluetooth: Use Characteristic attribute whenever possible 2018-06-11 14:41:19 -04:00
proxy.h Bluetooth: Mesh: Add helpers for starting/stopping Node ID 2017-12-05 20:02:19 +02:00
settings.c Bluetooth: Mesh: Fix cyclic rewriting to flash when restoring state 2018-06-27 15:54:40 +03:00
settings.h Bluetooth: Mesh: Fix IV Update duration tracking 2018-05-17 17:30:03 +03:00
shell.c bluetooth: mesh: shell: Fix warning when building with newlib 2018-07-16 11:06:20 -04:00
test.c
test.h Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
TODO Bluetooth: Mesh: Update TODO file 2017-11-21 12:19:41 +02:00
transport.c Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
transport.h Bluetooth: Mesh: Introduce API for clearing the RPL 2017-11-29 13:49:45 +02:00