zephyr/include/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
..
bluetooth.h Bluetooth: Validate callbacks in bt_auth_cb_register 2016-02-05 20:15:24 -05:00
buf.h Bluetooth: buf: Add bt_buf_add_le16() API 2016-02-05 20:14:40 -05:00
conn.h Bluetooth: Move security levels to conn.h 2016-02-05 20:15:24 -05:00
driver.h doxygen: javadoc style 2016-02-05 20:14:32 -05:00
gatt.h Bluetooth: Add GATT Signed Write command 2016-02-05 20:15:24 -05:00
hci.h Bluetooth: Add bitmask for LE exchange features 2016-02-05 20:14:44 -05:00
log.h clarify use of term 'context' 2016-02-05 20:15:27 -05:00
uuid.h doxygen: javadoc style 2016-02-05 20:14:32 -05:00