Lines Matching full:you

15 :kconfig:option:`CONFIG_BT_ID_MAX`. To create a new identity, use :code:`bt id-create` command. You
16 can then use it by selecting it with its ID :code:`bt id-select <id>`. Finally, you can list all the
22 Start scanning by using the :code:`bt scan on` command. Depending on the environment you're in, you
26 Here is an example of what you can expect:
43 As you can see, this can lead to a high number of results. To reduce that number and easily find a
44 specific device, you can enable scan filters. There are four types of filters: by name, by RSSI, by
46 command followed by the type of filters. You can add multiple filters by using the commands again.
48 For example, if you want to look only for devices with the name *test shell*:
54 Or if you want to look for devices at a very close range:
61 Finally, if you want to remove all filters:
67 You can use the command :code:`bt scan on` to create an *active* scanner, meaning that the scanner
68 will ask the advertisers for more information by sending a *scan request* packet. Alternatively, you
75 To connect to a device, you need to know its address and type of address and use the
91 You can list the active connections of the shell using the :code:`bt connections` command. The shell
92 maximum number of connections is defined by :kconfig:option:`CONFIG_BT_MAX_CONN`. You can disconnect
98 If you were scanning just before, you can connect to the last scanned device by
101 Alternatively, you can use the :code:`bt connect-name <name>` command to automatically
108 and advertise a resolvable private address with the name of the device. You can choose to use the
112 To enable more advanced features of advertising, you should create an advertiser using the
118 When using the custom advertisers, you can choose if it will be connectable or scannable. This leads
122 For example, if you want to create a connectable and scannable advertiser and start it:
131 You may notice that with this, the custom advertiser does not advertise the device name; you need to
142 You should now see the name of the device in the advertising data. You can also set a custom name by
158 remaining data are the name in ASCII. So, on the other device you should see the name
161 When advertising, if others devices use an *active* scanner, you may receive *scan request* packets.
162 To visualize those packets, you can add :code:`scan-reports` to the parameters of your advertiser.
167 It is possible to use directed advertising on the shell if you want to reconnect to a device. The
178 After that, you can start the advertiser and then the target device will be able to reconnect.
205 You can add advertising data by using :code:`bt encrypted-ad add-ad` and :code:`bt encrypted-ad
305 You should see only those three addresses reported by the scanner.
310 When connected to a device, you can enable multiple levels of security, here is the list for
319 (level 3 and above), you must first set the authentication method. To do it, you can use the
320 :code:`bt auth all` command. After that, when you will set the security level, you will be asked to
327 Enabling authentication requires the devices to be bondable. By default the shell is bondable. You
328 can make the shell not bondable using :code:`bt bondable off`. You can list all the devices you are
331 The maximum number of paired devices is set using :kconfig:option:`CONFIG_BT_MAX_PAIRED`. You can