zephyr/net/bluetooth
Andrei Emeltchenko 6ab1b9cdc4 Bluetooth: Add RAW API interface to Bluetooth
HCI RAW channel API is intended to expose HCI interface to the remote
entity. The local Bluetooth controller gets owned by the remote entity
and host Bluetooth stack is not used. RAW API provides direct access
to packets which are sent and received by Bluetooth HCI drivers.

Change-Id: I4ba2b7ca2c2b0d6c5de6ef1f231d1c5b82125e09
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-09-07 08:17:26 +03:00
..
Kconfig Bluetooth: Add RAW API interface to Bluetooth 2016-09-07 08:17:26 +03:00
Makefile Bluetooth: Add RAW API interface to Bluetooth 2016-09-07 08:17:26 +03:00
att.c Bluetooth: Add support for rotating RPA 2016-07-20 16:18:50 +00:00
att_internal.h Bluetooth: Update Intel copyright for files modified in 2016 2016-06-10 12:10:53 +03:00
conn.c Bluetooth: Split keys into LE and BR/EDR specific storage 2016-09-07 08:17:26 +03:00
conn_internal.h Bluetooth: Split keys into LE and BR/EDR specific storage 2016-09-07 08:17:26 +03:00
ecc.h Bluetooth: Create proper abstraction for ECC access 2016-07-01 11:21:04 +03:00
gatt.c Bluetooth: GATT: Remove unused struct 2016-07-27 15:28:38 +03:00
gatt_internal.h Bluetooth: Update Intel copyright for files modified in 2016 2016-06-10 12:10:53 +03:00
hci_core.c Bluetooth: Set BR/EDR device name on init 2016-09-07 08:17:26 +03:00
hci_core.h Bluetooth: Take advantage of ATOMIC_DEFINE atomic_t based flags 2016-07-27 17:14:59 +00:00
hci_ecc.c Bluetooth: Fix race condition when initializing ECC FIFO 2016-09-07 08:17:26 +03:00
hci_ecc.h Bluetooth: Offload ECC calculations to task 2016-05-25 09:52:08 +02:00
hci_raw.c Bluetooth: Add RAW API interface to Bluetooth 2016-09-07 08:17:26 +03:00
keys.c Bluetooth: Split keys into LE and BR/EDR specific storage 2016-09-07 08:17:26 +03:00
keys.h Bluetooth: SMP: Add support for Link Key derivation 2016-09-07 08:17:26 +03:00
keys_br.c Bluetooth: Split keys into LE and BR/EDR specific storage 2016-09-07 08:17:26 +03:00
l2cap.c Bluetooth: L2CAP: Initialize & cleanup RTX timer on BR/EDR 2016-09-07 08:17:26 +03:00
l2cap_br.c Bluetooth: RFCOMM: Initialize and register to L2CAP 2016-09-07 08:17:26 +03:00
l2cap_internal.h Bluetooth: RFCOMM: Initialize and register to L2CAP 2016-09-07 08:17:26 +03:00
log.c Bluetooth: Add hexadecimal conversion logging helper 2016-07-11 09:38:53 +00:00
monitor.c Bluetooth: monitor: Fix condition for disabling UART interrupts 2016-09-07 08:17:26 +03:00
monitor.h Bluetooth: monitor: Add 32-bit timestamp support 2016-05-04 21:19:49 +03:00
rfcomm.c Bluetooth: RFCOMM: Implement Register Server channel API 2016-09-07 08:17:26 +03:00
rfcomm_internal.h Bluetooth: RFCOMM: Implement Register Server channel API 2016-09-07 08:17:26 +03:00
smp.c Bluetooth: SMP: Add self test for H6 function 2016-09-07 08:17:26 +03:00
smp.h Bluetooth: Create proper abstraction for ECC access 2016-07-01 11:21:04 +03:00
smp_null.c Bluetooth: SMP: Remove not needed stubs from NULL backend 2016-09-07 08:17:26 +03:00
uuid.c Bluetooth: use sys_put_le16 macro instead of bswap 2016-07-22 04:26:15 +00:00