zephyr/net/bluetooth
Szymon Janc 017586707e Bluetooth: Set BR/EDR device name on init
This adds support for setting default BR/EDR name on init. For now
this is just static configuration but can be extended later on
to allow runtime configuration if requested.

< HCI Command: Write Local Name (0x03|0x0013) plen 248
        Name: Zephyr
> HCI Event: Command Complete (0x0e) plen 4
      Write Local Name (0x03|0x0013) ncmd 1
        Status: Success (0x00)

Change-Id: I59ecfc2be8e55c6f90cdb0f12c6fed7f7ce976f8
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
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
Kconfig Bluetooth: Set BR/EDR device name on init 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
Makefile Bluetooth: RFCOMM: Initialize and register to L2CAP 2016-09-07 08:17:26 +03: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