Lines Matching full:be
10 Services can be registered using :c:func:`bt_gatt_service_register` API
13 can be used to declare a service.
15 Attributes can be declared using the :c:struct:`bt_gatt_attr` struct or using
47 callbacks can be set to NULL if the attribute permission don't allow their
51 32-bit UUIDs are not supported in GATT. All 32-bit UUIDs shall be converted
58 Attribute value changes can be notified using :c:func:`bt_gatt_notify` API,
60 pass a callback to be called when it is necessary to know the exact instant when
64 Client procedures can be enabled with the configuration option:
67 Discover procedures can be initiated with the use of
71 field only attributes which matches will be discovered, in contrast setting it
72 to NULL allows all attributes to be discovered.
79 more attributes can be set, though setting multiple handles requires the option:
85 or :c:func:`bt_gatt_write_without_response_cb` APIs can be used, with the
88 Subscriptions to notification and indication can be initiated with use of
91 the same attribute are supported so there could be multiple ``notify`` callback
92 being triggered for the same attribute. Subscriptions can be removed with use of