Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
GATT Discover Attributes parameters. More...
#include <zephyr/bluetooth/gatt.h>
Data Fields | |
const struct bt_uuid * | uuid |
Discover UUID type. | |
bt_gatt_discover_func_t | func |
Discover attribute callback. | |
union { | |
uint16_t start_handle | |
Starting attribute handle to begin discovery. More... | |
}; | |
uint8_t | type |
Discover type. | |
struct bt_gatt_subscribe_params * | sub_params |
Only for stack-internal use, used for automatic discovery. | |
enum bt_att_chan_opt | chan_opt |
Att channel options. |
GATT Discover Attributes parameters.
union { ... } bt_gatt_discover_params |
uint16_t bt_gatt_discover_params::attr_handle |
Include service attribute declaration handle.
enum bt_att_chan_opt bt_gatt_discover_params::chan_opt |
Att channel options.
uint16_t bt_gatt_discover_params::end_handle |
Ending attribute handle for included service.
Ending attribute handle to stop discovery at.
bt_gatt_discover_func_t bt_gatt_discover_params::func |
Discover attribute callback.
uint16_t bt_gatt_discover_params::start_handle |
Starting attribute handle for included service.
Starting attribute handle to begin discovery.
struct bt_gatt_subscribe_params* bt_gatt_discover_params::sub_params |
Only for stack-internal use, used for automatic discovery.
uint8_t bt_gatt_discover_params::type |
Discover type.
const struct bt_uuid* bt_gatt_discover_params::uuid |
Discover UUID type.