ESP-IDF
btc_ble_gatts_args_t::create_srvc
is only used within ESP-IDF.
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
ESP-IDF
btc_ble_gatts_args_t::create_srvc
btc_ble_gatts_args_t::create_srvc field
Syntax
Show:
Summary
Declaration
from
btc_gatts.h:49
struct
create_srvc_args
{
esp_gatt_if_t
gatts_if
;
esp_gatt_srvc_id_t
service_id
;
uint16_t
num_handle
;
}
create_srvc
;
Examples
References
from
examples
Code
Location
Referrer
}
create_srvc
;
btc_gatts.h:53
btc_to_bta_srvc_id
(
&
srvc_id
,
&
arg
->
create_srvc
.
service_id
)
;
btc_gatts.c:635
btc_gatts_call_handler()
BTA_GATTS_CreateService
(
arg
->
create_srvc
.
gatts_if
,
&
srvc_id
.
id
.
uuid
,
btc_gatts.c:636
btc_gatts_call_handler()
srvc_id
.
id
.
inst_id
,
arg
->
create_srvc
.
num_handle
,
btc_gatts.c:637
btc_gatts_call_handler()
arg
.
create_srvc
.
gatts_if
=
gatts_if
;
esp_gatts_api.c:84
esp_ble_gatts_create_service()
arg
.
create_srvc
.
num_handle
=
num_handle
;
esp_gatts_api.c:85
esp_ble_gatts_create_service()
memcpy
(
&
arg
.
create_srvc
.
service_id
,
service_id
,
sizeof
(
esp_gatt_srvc_id_t
)
)
;
esp_gatts_api.c:86
esp_ble_gatts_create_service()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_gatts_args_t::create_srvc
is read by 2 functions:
All items filtered out
btc_ble_gatts_args_t::create_srvc
esp_ble_gatts_create_service()
btc_gatts_call_handler()
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