zephyr/net/bluetooth
Johan Hedberg 44541091dc Bluetooth: GATT: Remove unnecessary usage of full UUID structs
To access the 16-bit value of GATT UUIDs it's quite overkill to first
create anonymous UUID structs and then access the value member from
them. We can simplify this a lot with the help of the recently added
UUID value definitions.

Change-Id: Ib58012c20d07b3e60e5911cea6feb73301d1323c
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:25:27 -05:00
..
att.c Bluetooth: GATT: Remove unnecessary usage of full UUID structs 2016-02-05 20:25:27 -05:00
att.h Bluetooth: Make Kconfig buffer sizes follow MTU sizes 2016-02-05 20:24:45 -05:00
conn_internal.h Bluetooth: Move bt_auth_* implementation to conn.c 2016-02-05 20:25:19 -05:00
conn.c Bluetooth: Add stubs for directed advertising API 2016-02-05 20:25:19 -05:00
gatt_internal.h
gatt.c Bluetooth: GATT: Remove unnecessary usage of full UUID structs 2016-02-05 20:25:27 -05:00
hci_core.c Bluetooth: BR/EDR: Add support for Link Key request 2016-02-05 20:25:25 -05:00
hci_core.h Bluetooth: Add bt_conn prefix for auth APIs 2016-02-05 20:25:19 -05:00
Kconfig Bluetooth: Kconfig: Add config option for dynamic GATT db 2016-02-05 20:25:19 -05:00
keys.c Bluetooth: BR/EDR: Update keys management 2016-02-05 20:25:20 -05:00
keys.h Bluetooth: BR/EDR: Store new combination link key 2016-02-05 20:25:20 -05:00
l2cap_internal.h Bluetooth: Move BT_L2CAP_BUF_SIZE to a more appropriate place 2016-02-05 20:24:45 -05:00
l2cap.c Bluetooth: Move all bt_conn related APIs to conn.h 2016-02-05 20:25:19 -05:00
Makefile
smp_null.c Bluetooth: Move all bt_conn related APIs to conn.h 2016-02-05 20:25:19 -05:00
smp.c Bluetooth: SMP: Fix legacy passkey entry for central role 2016-02-05 20:25:27 -05:00
smp.h Bluetooth: SMP: Return errors from authentication APIs 2016-02-05 20:25:19 -05:00
stack.h
uuid.c Bluetooth: UUID: Fix conversion to 128 bit format 2016-02-05 20:25:27 -05:00