ble_spp_client sample
PROFILE_APP_ID
is only used within ble_spp_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
ble_spp_client sample
PROFILE_APP_ID
PROFILE_APP_ID macro
Syntax
Show:
Summary
Declaration
from
spp_client_demo.c:33
#define
PROFILE_APP_ID
0
Examples
References
from
examples
Code
Location
#define
PROFILE_APP_ID
0
spp_client_demo.c:33
[
PROFILE_APP_ID
]
=
{
spp_client_demo.c:78
esp_ble_gattc_enh_open
(
gl_profile_tab
[
PROFILE_APP_ID
]
.
gattc_if
,
spp_client_demo.c:248
ESP_LOG_BUFFER_HEX
(
GATTC_TAG
,
gl_profile_tab
[
PROFILE_APP_ID
]
.
remote_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
spp_client_demo.c:331
memcpy
(
gl_profile_tab
[
PROFILE_APP_ID
]
.
remote_bda
,
p_data
->
connect
.
remote_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
spp_client_demo.c:335
esp_ble_gattc_register_for_notify
(
spp_gattc_if
,
gl_profile_tab
[
PROFILE_APP_ID
]
.
remote_bda
,
(
db
+
SPP_IDX_SPP_DATA_NTY_VAL
)
->
attribute_handle
)
;
spp_client_demo.c:483
esp_ble_gattc_register_for_notify
(
spp_gattc_if
,
gl_profile_tab
[
PROFILE_APP_ID
]
.
remote_bda
,
(
db
+
SPP_IDX_SPP_STATUS_VAL
)
->
attribute_handle
)
;
spp_client_demo.c:486
esp_ble_gattc_app_register
(
PROFILE_APP_ID
)
;
spp_client_demo.c:544
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