ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_hf_client_connect()
from the following samples and libraries:
hfp_hf sample
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
esp_hf_client_connect()
esp_hf_client_connect() function
Establish a Service Level Connection to remote bluetooth HFP audio gateway(AG) device. This function must be called after esp_hf_client_init() and before esp_hf_client_deinit().
Syntax
Show:
Summary
Declaration
from
esp_hf_client_api.h:371
esp_err_t
esp_hf_client_connect
(
esp_bd_addr_t
remote_bda
)
;
Arguments
Argument
Description
remote_bda
remote bluetooth device address
Return value
- ESP_OK: connect request is sent to lower layer - ESP_ERR_INVALID_STATE: if bluetooth stack is not yet enabled - ESP_FAIL: others
Examples
esp_hf_client_connect()
is referenced by 1 libraries and example projects:
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