Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_gatt_discover_params Struct Reference

GATT Discover Attributes parameters. More...

#include <gatt.h>

Data Fields

const struct bt_uuiduuid
 
bt_gatt_discover_func_t func
 
union {
   uint16_t   start_handle
 
}; 
 
uint8_t type
 
uint16_t attr_handle
 
uint16_t end_handle
 

Detailed Description

GATT Discover Attributes parameters.

Field Documentation

◆ 

union { ... } bt_gatt_discover_params::@64

◆ attr_handle

uint16_t bt_gatt_discover_params::attr_handle

Include service attribute declaration handle

◆ end_handle

uint16_t bt_gatt_discover_params::end_handle

Included service end handle

Discover end handle

◆ func

bt_gatt_discover_func_t bt_gatt_discover_params::func

Discover attribute callback

◆ start_handle

uint16_t bt_gatt_discover_params::start_handle

Included service start handle

Discover start handle

◆ type

uint8_t bt_gatt_discover_params::type

Discover type

◆ uuid

const struct bt_uuid* bt_gatt_discover_params::uuid

Discover UUID type


The documentation for this struct was generated from the following file: