zephyr/samples/bluetooth/tester
Mariusz Skamra 5fc0533414 Bluetooth: tester: Handle add descriptor command
This command will be used to add a descriptor to attributes database.

 >> send 2 4 0 02000302cccc
Received: hdr:  header(svc_id='\x02', op='\x04', ctrl_index='\x00',
							data_len=2)
Received data (hex): 04 00
Received data (ascii): ('\x04\x00',)

> ACL Data RX: Handle 64 flags 0x02 dlen 9
      ATT: Find Information Request (0x04) len 4
        Handle range: 0x0004-0x0004
< ACL Data TX: Handle 64 flags 0x00 dlen 10
      ATT: Find Information Response (0x05) len 5
        Format: UUID-16 (0x01)
        Handle: 0x0004
        UUID: Unknown (0xcccc)

Change-Id: I64b77ce735e2dff10ae15290fb174b7f99876014
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:24:46 -05:00
..
src Bluetooth: tester: Handle add descriptor command 2016-02-05 20:24:46 -05:00
btp_spec.txt Bluetooth: Add command to set the required Encryption Key Size 2016-02-05 20:24:46 -05:00
Makefile Bluetooth: Default to ARM build for tester application 2016-02-05 20:24:39 -05:00
prj_arm.conf Bluetooth: Enable stack analysis in tester application 2016-02-05 20:24:25 -05:00
prj_x86.conf Bluetooth: Make it possible to build tester for x86 2016-02-05 20:24:38 -05:00
prj.mdef
README
testcase.ini Bluetooth: Allow sanity to build tester on x86 2016-02-05 20:24:39 -05:00

Tester application uses binary protocol for control and is aimed at automated
testing.