ESP-IDF
BLE_HS_ETIMEOUT
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
BLE_HS_ETIMEOUT
BLE_HS_ETIMEOUT macro
Syntax
Show:
Summary
Declaration
from
ble_hs.h:108
#define
BLE_HS_ETIMEOUT
13
Examples
References
from
examples
Code
Location
#define
BLE_HS_ETIMEOUT
13
ble_hs.h:108
event
.
connect
.
status
=
BLE_HS_ETIMEOUT
;
ble_gap.c:1130
if
(
status
==
BLE_HS_ETIMEOUT
)
{
ble_gap.c:1353
ble_gap_adv_finished
(
0
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_gap.c:2974
ble_gattc_mtu_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_gattc.c:1385
ble_gattc_disc_all_svcs_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_gattc.c:1499
ble_gattc_disc_svc_uuid_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_gattc.c:1741
ble_gattc_find_inc_svcs_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_gattc.c:1961
ble_gattc_disc_all_chrs_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
NULL
)
;
ble_gattc.c:2276
ble_gattc_disc_chr_uuid_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
NULL
)
;
ble_gattc.c:2520
ble_gattc_disc_all_dscs_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
NULL
)
;
ble_gattc.c:2767
ble_gattc_read_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
NULL
)
;
ble_gattc.c:2997
ble_gattc_read_uuid_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
NULL
)
;
ble_gattc.c:3132
ble_gattc_read_long_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
NULL
)
;
ble_gattc.c:3301
ble_gattc_read_mult_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_gattc.c:3587
ble_gattc_read_mult_cb_var
(
proc
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_gattc.c:3596
ble_gattc_write_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
)
;
ble_gattc.c:3871
ble_gattc_write_long_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
)
;
ble_gattc.c:3999
ble_gattc_write_reliable_cb
(
proc
,
BLE_HS_ETIMEOUT
,
0
)
;
ble_gattc.c:4307
ble_gap_notify_tx_event
(
BLE_HS_ETIMEOUT
,
proc
->
conn_handle
,
ble_gattc.c:4820
{
BLE_HS_ETIMEOUT
,
": BLE_HS_ETIMEOUT (Operation timed out)"
}
,
ble_hs_hci.c:126
ble_l2cap_sig_update_call_cb
(
proc
,
BLE_HS_ETIMEOUT
)
;
ble_l2cap_sig.c:1992
ble_l2cap_sig_coc_connect_cb
(
proc
,
BLE_HS_ETIMEOUT
)
;
ble_l2cap_sig.c:1996
ble_l2cap_sig_coc_disconnect_cb
(
proc
,
BLE_HS_ETIMEOUT
)
;
ble_l2cap_sig.c:1999
ble_gap_enc_event
(
proc
->
conn_handle
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_sm.c:2773
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