ESP-IDF
bta_dm_gatt_disc_result()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
bta_dm_gatt_disc_result()
bta_dm_gatt_disc_result() function
* Function bta_dm_gatt_disc_result * Description This function process the GATT service search result. * Parameters:
Syntax
Show:
Summary
Declaration
from
bta_dm_act.c:6527
static
void
bta_dm_gatt_disc_result
(
tBTA_GATT_ID
service_id
)
;
Arguments
Argument
service_id
Related Functions
Found 2 other functions taking a
tBTA_GATT_ID
argument:
Function
Description
bta_to_btc_gatt_id()
BTA -> BTC conversion functions
btc_to_bta_gatt_id()
BTC -> BTA conversion functions
Examples
References
from
examples
Code
Location
Referrer
static
void
bta_dm_gatt_disc_result
(
tBTA_GATT_ID
service_id
)
bta_dm_act.c:6527
bta_dm_gatt_disc_result
(
p_data
->
srvc_res
.
service_uuid
)
;
bta_dm_act.c:6775
bta_dm_gattc_callback()
Call Tree
from
examples
bta_dm_gatt_disc_result()
is called by 1 function and calls 5 functions:
bta_dm_gattc_callback()
All items filtered out
bta_dm_gatt_disc_result()
esp_log_timestamp()
esp_log_write()
bdcpy()
tBTA_DM_SEARCH_CB::p_search_cback
bta_dm_get_remname()
All items filtered out
Data Use
from
examples
bta_dm_gatt_disc_result()
reads 18 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
tBT_UUID::len
tBT_UUID::
::uuid16
tBT_UUID::uu
appl_trace_level
tBTA_DM_DISC_BLE_RES::bd_addr
tBTA_DM_DISC_BLE_RES::bd_name
tBTA_DM_SEARCH::disc_ble_res
tBTA_GATT_ID::uuid
tBTA_DM_SEARCH_CB::state
tBTA_DM_SEARCH_CB::peer_bdaddr
tBTA_DM_SEARCH_CB::p_ble_rawdata
tBTA_DM_SEARCH_CB::ble_raw_size
tBTA_DM_SEARCH_CB::ble_raw_used
::BTA_DM_SEARCH_IDLE
bta_dm_search_cb
All items filtered out
bta_dm_gatt_disc_result()
tBTA_DM_SEARCH_CB::ble_raw_used
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