zephyr/drivers/nble
Andre Guedes b3cb3a1f68 drivers: Replace DEV_INVALID_CONF by -EINVAL
This patch replaces all occurences of the macro DEV_INVALID_CONF by
-EINVAL at the driver level. So this patch touch the files under
drivers/, include/ and samples/drivers/ when applicable.

This patch is part of the effort to transition from DEV_* codes to
errno.h codes.

Change-Id: Idae0d5af8dd780416977c9261a5fb6188c3aab64
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-16 19:30:04 -04:00
..
Kconfig uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
Makefile drivers/nble: Add UUID support 2016-02-05 20:25:27 -05:00
conn.c drivers/nble: Refactor DM configuration 2016-03-16 13:26:28 +00:00
conn.h drivers/nble: Export bt_conn_lookup_handle() 2016-02-19 13:03:47 +00:00
conn_internal.h drivers/nble: Rename gatt_discover to gatt_private 2016-03-08 11:48:05 +00:00
gap.c drivers/nble: Implement passkey entry event 2016-03-16 13:26:58 +00:00
gap_internal.h drivers/nble: Refactor DM configuration 2016-03-16 13:26:28 +00:00
gatt.c drivers/nble: Fix using UUID for GATT discover 2016-03-16 11:41:09 +00:00
gatt_internal.h drivers/nble: Update RPC to Nordic BLE 2016-03-16 09:18:23 +00:00
rpc.h drivers/nble: Convert RPC deserialization to use net_buf 2016-02-12 17:10:42 +02:00
rpc_deserialize.c drivers/nble: Rearrange header includes 2016-03-08 11:47:35 +00:00
rpc_functions_to_ble_core.h drivers/nble: Update RPC to Nordic BLE chip 2016-03-08 10:57:03 +00:00
rpc_functions_to_quark.h drivers/nble: Update RPC to Nordic BLE chip 2016-03-08 10:57:03 +00:00
rpc_serialize.c drivers/nble: Rearrange header includes 2016-03-08 11:47:35 +00:00
stubs.c drivers/nble: Rearrange header includes 2016-03-08 11:47:35 +00:00
uart.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
uart.h drivers/nble: Clean up & simplify IPC UART encoding 2016-02-11 12:44:41 +00:00
version.h drivers/nble: Remove not used version_header struct 2016-02-15 14:52:22 +00:00