ESP-IDF
BTA_GATTS_StartService()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTA_GATTS_StartService()
BTA_GATTS_StartService() function
* Function BTA_GATTS_StartService * Description This function is called to start a service. * Parameters service_id: the service ID to be started. * sup_transport: supported transport. * Returns None.
Syntax
Show:
Summary
Declaration
Definition
from
bta_gatt_api.h:1417
extern
void
BTA_GATTS_StartService
(
UINT16
service_id
,
tBTA_GATT_TRANSPORT
sup_transport
)
;
Implemented in
bta_gatts_api.c:356
Arguments
Argument
service_id
sup_transport
Examples
References
from
examples
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