throughput_client sample
PROFILE_A_APP_ID
is only used within throughput_client sample.
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
throughput_client sample
PROFILE_A_APP_ID
PROFILE_A_APP_ID macro
Syntax
Show:
Summary
Declaration
from
example_ble_client_throughput.c:47
#define
PROFILE_A_APP_ID
0
Examples
References
from
examples
Code
Location
#define
PROFILE_A_APP_ID
0
example_ble_client_throughput.c:47
[
PROFILE_A_APP_ID
]
=
{
example_ble_client_throughput.c:116
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
=
p_data
->
connect
.
conn_id
;
example_ble_client_throughput.c:156
memcpy
(
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
remote_bda
,
p_data
->
connect
.
remote_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
example_ble_client_throughput.c:157
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_start_handle
=
p_data
->
search_res
.
start_handle
;
example_ble_client_throughput.c:182
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_end_handle
=
p_data
->
search_res
.
end_handle
;
example_ble_client_throughput.c:183
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_start_handle
,
example_ble_client_throughput.c:199
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_end_handle
,
example_ble_client_throughput.c:200
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_start_handle
,
example_ble_client_throughput.c:216
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_end_handle
,
example_ble_client_throughput.c:217
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
char_handle
=
char_elem_result
[
0
]
.
char_handle
;
example_ble_client_throughput.c:230
esp_ble_gattc_register_for_notify
(
gattc_if
,
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
remote_bda
,
char_elem_result
[
0
]
.
char_handle
)
;
example_ble_client_throughput.c:231
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
,
example_ble_client_throughput.c:250
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_start_handle
,
example_ble_client_throughput.c:252
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_end_handle
,
example_ble_client_throughput.c:253
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
char_handle
,
example_ble_client_throughput.c:254
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
,
example_ble_client_throughput.c:265
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
,
example_ble_client_throughput.c:277
esp_ble_gattc_enh_open
(
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
gattc_if
,
example_ble_client_throughput.c:425
ret
=
esp_ble_gattc_app_register
(
PROFILE_A_APP_ID
)
;
example_ble_client_throughput.c:610
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