mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-16 13:10:37 +00:00
This add a vendor service which uses 128 bits UUID adding it to advertising data: < HCI Command: LE Set Advertising Data (0x08|0x0008) plen 32 Length: 29 Flags: 0x06 LE General Discoverable Mode BR/EDR Not Supported 16-bit Service UUIDs (complete): 3 entries Heart Rate (0x180d) Battery Service (0x180f) Current Time Service (0x1805) 128-bit Service UUIDs (complete): 1 entry 12345678-1234-5678-1234-56789abcdef0 In addition to that it also adds 2 characteristics that test read/write encryption and authentication permissions: < ACL Data TX: Handle 3585 flags 0x00 dlen 9 ATT: Error Response (0x01) len 4 Read Request (0x0a) Handle: 0x001b Error: Insufficient Encryption (0x0f) < ACL Data TX: Handle 3585 flags 0x00 dlen 9 ATT: Error Response (0x01) len 4 Write Request (0x12) Handle: 0x001b Error: Insufficient Encryption (0x0f) < ACL Data TX: Handle 3585 flags 0x00 dlen 9 ATT: Error Response (0x01) len 4 Read Request (0x0a) Handle: 0x001d Error: Insufficient Authentication (0x05) < ACL Data TX: Handle 3585 flags 0x00 dlen 9 ATT: Error Response (0x01) len 4 Write Request (0x12) Handle: 0x001d Error: Insufficient Authentication (0x05) Change-Id: Id5d42c9f6afdc8625fc8019d606114632d57ae76 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> |
||
---|---|---|
arch | ||
config | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib/libc | ||
misc | ||
net | ||
samples | ||
scripts | ||
shared/include/nanokernel/x86 | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Kconfig | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |