ESP-IDF
BLE_HS_SM_US_ERR
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
BLE_HS_SM_US_ERR
BLE_HS_SM_US_ERR macro
Syntax
Show:
Summary
Declaration
from
ble_hs.h:186
#define
BLE_HS_SM_US_ERR
(
x
)
(
(
x
)
?
BLE_HS_ERR_SM_US_BASE
+
(
x
)
:
0
)
Arguments
Argument
x
Examples
References
from
examples
Code
Location
#define
BLE_HS_SM_US_ERR
(
x
)
(
(
x
)
?
BLE_HS_ERR_SM_US_BASE
+
(
x
)
:
0
)
ble_hs.h:186
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_CMD_NOT_SUPP
)
;
ble_sm.c:763
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_UNSPECIFIED
)
;
ble_sm.c:968
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_UNSPECIFIED
)
;
ble_sm.c:1883
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_CMD_NOT_SUPP
)
;
ble_sm.c:1924
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_CMD_NOT_SUPP
)
;
ble_sm.c:1927
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_ENC_KEY_SZ
)
;
ble_sm.c:1930
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_INVAL
)
;
ble_sm.c:1933
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_AUTHREQ
)
;
ble_sm.c:1941
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_ENC_KEY_SZ
)
;
ble_sm.c:1944
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_AUTHREQ
)
;
ble_sm.c:1948
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_ENC_KEY_SZ
)
;
ble_sm.c:2005
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_INVAL
)
;
ble_sm.c:2008
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_ENC_KEY_SZ
)
;
ble_sm.c:2014
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_AUTHREQ
)
;
ble_sm.c:2017
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_AUTHREQ
)
;
ble_sm.c:2024
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_UNSPECIFIED
)
;
ble_sm.c:2042
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_CMD_NOT_SUPP
)
;
ble_sm.c:2102
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_CONFIRM_MISMATCH
)
;
ble_sm_lgcy.c:229
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_UNSPECIFIED
)
;
ble_sm_sc.c:276
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_CONFIRM_MISMATCH
)
;
ble_sm_sc.c:285
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_CONFIRM_MISMATCH
)
;
ble_sm_sc.c:471
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_DHKEY
)
;
ble_sm_sc.c:641
res
->
app_status
=
BLE_HS_SM_US_ERR
(
BLE_SM_ERR_DHKEY
)
;
ble_sm_sc.c:815
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