ESP-IDF
btc_gattc_unreg_for_notify()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_gattc_unreg_for_notify()
btc_gattc_unreg_for_notify() function
Syntax
Show:
Summary
Declaration
from
btc_gattc.c:699
static
void
btc_gattc_unreg_for_notify
(
btc_ble_gattc_args_t
*
arg
)
;
Arguments
Argument
arg
Related Functions
Found 17 other functions taking a
btc_ble_gattc_args_t
argument:
Function
btc_gattc_app_register()
btc_gattc_app_unregister()
btc_gattc_open()
btc_gattc_close()
btc_gattc_cfg_mtu()
btc_gattc_search_service()
btc_gattc_read_char()
btc_gattc_read_multiple_char()
btc_gattc_read_multiple_variable_char()
btc_gattc_read_char_descr()
btc_gattc_read_by_type()
btc_gattc_write_char()
btc_gattc_write_char_descr()
btc_gattc_prepare_write()
btc_gattc_prepare_write_char_descr()
btc_gattc_execute_write()
btc_gattc_reg_for_notify()
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_gattc_unreg_for_notify
(
btc_ble_gattc_args_t
*
arg
)
btc_gattc.c:699
btc_gattc_unreg_for_notify
(
arg
)
;
btc_gattc.c:773
btc_gattc_call_handler()
Call Tree
from
examples
btc_gattc_unreg_for_notify()
is called by 1 function and calls 2 functions:
btc_gattc_call_handler()
All items filtered out
btc_gattc_unreg_for_notify()
BTA_GATTC_DeregisterForNotifications()
btc_gattc_cb_to_app()
All items filtered out
Data Use
from
examples
btc_gattc_unreg_for_notify()
reads 6 variables and writes 2 variables:
esp_ble_gattc_cb_param_t::unreg_for_notify
esp_gattc_cb_event_t::ESP_GATTC_UNREG_FOR_NOTIFY_EVT
unreg_for_notify_arg::gattc_if
unreg_for_notify_arg::remote_bda
unreg_for_notify_arg::handle
btc_ble_gattc_args_t::unreg_for_notify
All items filtered out
btc_gattc_unreg_for_notify()
gattc_unreg_for_notify_evt_param::status
gattc_unreg_for_notify_evt_param::handle
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