zephyr/drivers/bluetooth/nble
Andrei Emeltchenko 979e10de6f drivers/nble: Fix NULL dereferencing
Fixes dereferencing NULL calling not defined function. Fixes PTS test
TC_GAW_CL_BV_01_C which was failing with the trace:

...
bt: on_nble_gattc_write_rsp (0xa80099e4): conn 0xa8008f60 status 0
***** CPU exception 6
Current thread ID = 0xa80099e4
Faulting segment:address = 0x00000008:0x40000000
eax: 0xa8008f60, ebx: 0xa8008f60, ecx: 0x00000000, edx: 0x00000000
esi: 0xa8009f88, edi: 0x00000000, ebp: 0a8009f80, esp: 0xa8009f70
eflags: 0x00010247
Fatal fiber error! Aborting fiber.
...

Change-Id: Ia76c2ad816e6427b353ab245855a1959c23c5feb
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-05-30 08:59:10 +00:00
..
conn_internal.h
conn.c drivers/nble: Update RPC to Nordic BLE firmware 0513 2016-05-16 14:18:46 +03:00
conn.h
gap_internal.h drivers/nble: Update RPC to the latest 0516 firmware 2016-05-16 14:30:22 +03:00
gap.c drivers/nble: Update Nordic RPC to 0518 release 2016-05-18 18:36:26 +03:00
gatt_internal.h drivers/nble: Update Nordic RPC to 0518 release 2016-05-18 18:36:26 +03:00
gatt.c drivers/nble: Fix NULL dereferencing 2016-05-30 08:59:10 +00:00
Kconfig Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
Makefile Bluetooth: Make UART draining logic consistent across drivers 2016-05-04 13:37:44 +00:00
rpc_deserialize.c drivers/nble: Update Nordic RPC to 0425 2016-04-25 15:03:53 +03:00
rpc_functions_to_ble_core.h drivers/nble: Update Nordic RPC to 0518 release 2016-05-18 18:36:26 +03:00
rpc_functions_to_quark.h drivers/nble: Update RPC function names 2016-05-04 14:23:17 +00:00
rpc_serialize.c drivers/nble: Update Nordic RPC to 0425 2016-04-25 15:03:53 +03:00
rpc.h
stubs.c drivers/nble: Update Nordic RPC to 0425 2016-04-25 15:03:53 +03:00
uart.c drivers/nble: Increase RX buffer pool 2016-05-09 15:15:43 +03:00
uart.h