Lines Matching refs:will
46 Peripheral role. This will be described in more detail in a later
52 Most Zephyr-based BLE devices will most likely be peripheral-role
55 :c:func:`bt_gatt_service_register` API the application will typically
67 role device will scan for available peripheral device and choose one to
68 connect to. Once connected, a central will typically act as a GATT
72 To initially discover a device to connect to the application will likely
84 An observer role device will use the :c:func:`bt_le_scan_start` API to
85 scan for device, but it will not connect to any of them. Instead it will
92 A broadcaster role device will use the :c:func:`bt_le_adv_start` API to
93 advertise specific advertising data, but the type of advertising will be
94 non-connectable, i.e. other device will not be able to connect to it.
279 within the ATT timeout, the host will automatically initiate a disconnect. This
315 configuration options needed will look something like the following: