zephyr/net/bluetooth
Benjamin Walsh 0dcad8331b clarify use of term 'context'
The term 'context' is vague and overloaded. Its usage for 'an execution
context' is now referred as such, in both comments and some APIs' names.
When the execution context can only be a fiber or a task (i.e. not an
ISR), it is referred to as a 'thread', again in comments and everywhere
in the code.

APIs that had their names changed:

  - nano_context_id_t is now nano_thread_id_t
  - context_self_get() is now sys_thread_self_get()
  - context_type_get() is now sys_execution_context_type_get()
  - context_custom_data_set/get() are now
    sys_thread_custom_data_set/get()

The 'context' prefix namespace does not have to be reserved by the
kernel anymore.

The Context Control Structure (CCS) data structure is now the Thread
Control Structure (TCS):

  - struct ccs is now struct tcs
  - tCCS is now tTCS

Change-Id: I7526a76c5b01e7c86333078e2d2e77c9feef5364
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:27 -05:00
..
Kconfig Bluetooth: Make self-test option relevant to SMP debug 2016-02-05 20:15:23 -05:00
Makefile Bluetooth: Move key handling to separate files 2016-02-05 20:14:17 -05:00
att.c Bluetooth: Refactor signed write command 2016-02-05 20:15:24 -05:00
att.h Bluetooth: ATT: Add bt_att_get_mtu 2016-02-05 20:15:22 -05:00
buf.c clarify use of term 'context' 2016-02-05 20:15:27 -05:00
conn.c Bluetooth: Add connection security level tracking 2016-02-05 20:15:24 -05:00
conn_internal.h Bluetooth: Add connection security level tracking 2016-02-05 20:15:24 -05:00
gatt.c Bluetooth: Add GATT Signed Write command 2016-02-05 20:15:24 -05:00
hci_core.c clarify use of term 'context' 2016-02-05 20:15:27 -05:00
hci_core.h Bluetooth: Start using atomic flags to indicate bt_dev state 2016-02-05 20:14:43 -05:00
keys.c Bluetooth: keys: Add bt_keys_find_addr 2016-02-05 20:14:44 -05:00
keys.h Bluetooth: keys: Add bt_keys_find_addr 2016-02-05 20:14:44 -05:00
l2cap.c Bluetooth: L2CAP: Reject a request for conn parameters update as slave 2016-02-05 20:14:43 -05:00
l2cap.h Bluetooth: Propagate SMP & L2CAP init failures 2016-02-05 20:14:41 -05:00
smp.c Bluetooth: Add debug statement 2016-02-05 20:15:24 -05:00
smp.h Bluetooth: Add data signing function 2016-02-05 20:15:24 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00