ESP-IDF
BLE_GATT_OP_NONE
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_GATT_OP_NONE
BLE_GATT_OP_NONE macro
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:85
#define
BLE_GATT_OP_NONE
UINT8_MAX
Examples
References
from
examples
Code
Location
#define
BLE_GATT_OP_NONE
UINT8_MAX
ble_gattc.c:85
if
(
criteria
->
op
!=
proc
->
op
&&
criteria
->
op
!=
BLE_GATT_OP_NONE
)
{
ble_gattc.c:920
if
(
criteria
->
op
!=
proc
->
op
&&
criteria
->
op
!=
BLE_GATT_OP_NONE
)
{
ble_gattc.c:942
proc
=
ble_gattc_extract_first_by_conn_cid_op
(
conn_handle
,
cid
,
BLE_GATT_OP_NONE
)
;
ble_gattc.c:4988
ble_gattc_fail_procs
(
conn_handle
,
BLE_GATT_OP_NONE
,
BLE_HS_ENOTCONN
)
;
ble_gattc.c:5380
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