gatt_security_client sample
PROFILE_A_APP_ID
is only used within gatt_security_client sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
gatt_security_client sample
PROFILE_A_APP_ID
PROFILE_A_APP_ID macro
Syntax
Show:
Summary
Declaration
from
example_ble_sec_gattc_demo.c:67
#define
PROFILE_A_APP_ID
0
Examples
References
from
examples
Code
Location
#define
PROFILE_A_APP_ID
0
example_ble_sec_gattc_demo.c:67
[
PROFILE_A_APP_ID
]
=
{
example_ble_sec_gattc_demo.c:83
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
=
p_data
->
open
.
conn_id
;
example_ble_sec_gattc_demo.c:183
memcpy
(
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
remote_bda
,
p_data
->
open
.
remote_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
example_ble_sec_gattc_demo.c:184
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_start_handle
=
p_data
->
search_res
.
start_handle
;
example_ble_sec_gattc_demo.c:200
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_end_handle
=
p_data
->
search_res
.
end_handle
;
example_ble_sec_gattc_demo.c:201
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
,
example_ble_sec_gattc_demo.c:222
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_start_handle
,
example_ble_sec_gattc_demo.c:224
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_end_handle
,
example_ble_sec_gattc_demo.c:225
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
,
example_ble_sec_gattc_demo.c:239
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_start_handle
,
example_ble_sec_gattc_demo.c:240
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_end_handle
,
example_ble_sec_gattc_demo.c:241
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
notify_char_handle
=
char_elem_result
[
i
]
.
char_handle
;
example_ble_sec_gattc_demo.c:257
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
remote_bda
,
example_ble_sec_gattc_demo.c:259
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
,
example_ble_sec_gattc_demo.c:284
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_start_handle
,
example_ble_sec_gattc_demo.c:286
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
service_end_handle
,
example_ble_sec_gattc_demo.c:287
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
,
example_ble_sec_gattc_demo.c:302
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
conn_id
,
example_ble_sec_gattc_demo.c:319
esp_ble_gattc_enh_open
(
gl_profile_tab
[
PROFILE_A_APP_ID
]
.
gattc_if
,
example_ble_sec_gattc_demo.c:475
ret
=
esp_ble_gattc_app_register
(
PROFILE_A_APP_ID
)
;
example_ble_sec_gattc_demo.c:588
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