Lines Matching +full:host +full:- +full:side
2 -------------------
5 interface to the host-side of the BLE stack. "btshell" includes all the possible roles (Central/Per…
10 …ames. Thanks to support for tab completion commands names are more descriptive and self-explanatory
34 - Public address: None
35 - Random address: None
41 set addr_type=public addr=<device-address>
42 set addr_type=random addr=<device-address>
51 The address configuration can be viewed with the ``gatt-show-addr`` command, as follows:
55 gatt-show-addr
65 .. code-block:: none
66 :emphasize-lines: 1
71 The ``handle=1`` in the output indicates that it is connection-1.
78 With Extended Advertising enabled (should be executed after advertise-configure):
82 advertise-set-adv-data name=<your-device-name>
88 set-adv-data name=<your-device-name>
99 advertise-configure connectable=1 legacy=1 scannable=1
100 advertise-start
113 gatt-show-conn
118 …you discover and then display the services of the peer you established earlier across connection-1.
120 .. code-block:: none
121 :emphasize-lines: 1,2
123 gatt-discover-full conn=1
124 gatt-show
129 [ts=132441ssb, mod=64 level=2] start=32 end=65535 uuid=00000000-0000-1000-1000000000000000
137 gatt-read conn=1 attr=21
144 gatt-write conn=1 attr=3 value=0x01:0x02:0x03