ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_bt_gap_get_remote_services()
from the following samples and libraries:
bluedroid_host_only_uart sample
bt_discovery 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_bt_gap_get_remote_services()
esp_bt_gap_get_remote_services() function
Start SDP to get remote services. This function should be called after esp_bluedroid_enable() completes successfully. esp_bt_gap_cb_t will be called with ESP_BT_GAP_RMT_SRVCS_EVT after service discovery ends.
Syntax
Show:
Summary
Declaration
from
esp_gap_bt_api.h:668
esp_err_t
esp_bt_gap_get_remote_services
(
esp_bd_addr_t
remote_bda
)
;
Arguments
Argument
remote_bda
Return value
- ESP_OK : Succeed - ESP_ERR_INVALID_STATE: if bluetooth stack is not yet enabled - ESP_FAIL: others
Examples
esp_bt_gap_get_remote_services()
is referenced by 2 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