zephyr/drivers/nble
Andrei Emeltchenko ca57c08e0f Bluetooth: nble: Implement get_version_rsp()
Implementing on_ble_get_version_rsp() allows to check firmware version
of Nordic BLE chip.
Current output is (stripped):
...
bt: on_ble_get_version_rsp: VERSION: 0.0.0 ATP1BLE000-1604C5546
...

Change-Id: I98d3cd659cbed86b31eb90aac0e3ae876daf616a
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-02-05 20:25:28 -05:00
..
Kconfig Do not set BT config options if NBLE is not enabled 2016-02-05 20:25:27 -05:00
Makefile drivers/nble: Add UUID support 2016-02-05 20:25:27 -05:00
conn.c Bluetooth: Add stubs for directed advertising API 2016-02-05 20:25:19 -05:00
gap.c Bluetooth: nble: Implement get_version_rsp() 2016-02-05 20:25:28 -05:00
gap_internal.h Bluetooth: nble: Make GAP coding style consistent 2016-02-05 20:25:26 -05:00
gatt.c Bluetooth: nble: Enable GATT functions 2016-02-05 20:25:26 -05:00
gatt_internal.h Bluetooth: nble: Make GATT coding style consistent 2016-02-05 20:25:26 -05:00
rpc.h Bluetooth: nble: Add RPC Serialization IPC 2016-02-05 20:25:26 -05:00
rpc_deserialize.c Bluetooth: nble: Refactor header include logic 2016-02-05 20:25:26 -05:00
rpc_functions_to_ble_core.h Bluetooth: nble: Refactor header include logic 2016-02-05 20:25:26 -05:00
rpc_functions_to_quark.h Bluetooth: nble: Include all functions to build 2016-02-05 20:25:26 -05:00
rpc_serialize.c Bluetooth: nble: Refactor header include logic 2016-02-05 20:25:26 -05:00
stubs.c Bluetooth: nble: Use weak functions printing debug info 2016-02-05 20:25:26 -05:00
uart.c Bluetooth: nble: Allow to build UART driver for nanokernel 2016-02-05 20:25:27 -05:00
uart.h Bluetooth: nble: Move receive logic to fiber 2016-02-05 20:25:26 -05:00
version.h Bluetooth: nble: Add RPC Serialization IPC 2016-02-05 20:25:26 -05:00