ESP-IDF
ble_gatts_conn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatts_conn
ble_gatts_conn struct
Syntax
Show:
Summary
Declaration
from
ble_gatt_priv.h:103
struct
ble_gatts_conn
{
#if
MYNEWT_VAL
(
BLE_DYNAMIC_SERVICE
)
struct
ble_gatts_clt_cfg_list
clt_cfgs
;
#else
struct
ble_gatts_clt_cfg
*
clt_cfgs
;
#endif
int
num_clt_cfgs
;
#if
MYNEWT_VAL
(
BLE_GATT_CACHING
)
bool
aware_state
;
uint8_t
half_aware
:
1
;
bool
sent_err
;
#endif
uint16_t
indicate_val_handle
;
uint8_t
peer_cl_sup_feat
[
MYNEWT_VAL
(
BLE_GATT_CSFC_SIZE
)
]
;
}
;
Fields
Field
Declared as
Description
ble_gatts_conn::clt_cfgs
struct
ble_gatts_clt_cfg_list
ble_gatts_conn::num_clt_cfgs
int
ble_gatts_conn::indicate_val_handle
uint16_t
ble_gatts_conn::peer_cl_sup_feat
uint8_t
[
MYNEWT_VAL
(
BLE_GATT_CSFC_SIZE
)
]
For now only 3 bits in one octet are defined, but specification expects this service to be variable length with no upper bound. Let's make this future proof if more octets might be used. (Vol. 3, Part G, 7.2).
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out