ESP-IDF
ble_att_svr_entry
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_att_svr_entry
ble_att_svr_entry struct
Syntax
Show:
Summary
Declaration
from
ble_att_priv.h:160
struct
ble_att_svr_entry
{
STAILQ_ENTRY
(
ble_att_svr_entry
)
ha_next
;
const
ble_uuid_t
*
ha_uuid
;
uint8_t
ha_flags
;
uint8_t
ha_min_key_size
;
uint16_t
ha_handle_id
;
ble_att_svr_access_fn
*
ha_cb
;
void
*
ha_cb_arg
;
}
;
Fields
Field
Declared as
ble_att_svr_entry::ha_next
STAILQ_ENTRY
(
ble_att_svr_entry
)
ble_att_svr_entry::ha_uuid
const
ble_uuid_t
*
ble_att_svr_entry::ha_flags
uint8_t
ble_att_svr_entry::ha_min_key_size
uint8_t
ble_att_svr_entry::ha_handle_id
uint16_t
ble_att_svr_entry::ha_cb
ble_att_svr_access_fn
*
ble_att_svr_entry::ha_cb_arg
void
*
Related Functions
Found 8 other functions taking a
ble_att_svr_entry
argument:
Function
Description
ble_att_svr_find_by_uuid()
Find a host attribute by UUID.
ble_att_svr_check_perms()
ble_att_svr_entry_free()
ble_att_svr_read_flat()
ble_att_svr_read()
ble_att_svr_write()
ble_gatts_find_svc_chr_attr()
ble_att_svr_service_uuid()
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