ESP-IDF
btm_ble_update_uuid_filter()
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
btm_ble_update_uuid_filter()
btm_ble_update_uuid_filter() function
* Function btm_ble_update_uuid_filter * Description this function update(add,delete or clear) service UUID filter. * Returns BTM_SUCCESS if sucessful, * BTM_ILLEGAL_VALUE if paramter is not valid.
Syntax
Show:
Summary
Declaration
from
btm_ble_adv_filter.c:764
tBTM_STATUS
btm_ble_update_uuid_filter
(
tBTM_BLE_SCAN_COND_OP
action
,
tBTM_BLE_PF_FILT_INDEX
filt_index
,
tBTM_BLE_PF_COND_TYPE
filter_type
,
tBTM_BLE_PF_COND_PARAM
*
p_cond
,
tBTM_BLE_FILT_CB_EVT
cb_evt
,
tBTM_BLE_REF_VALUE
ref_value
)
;
Arguments
Argument
action
filt_index
filter_type
p_cond
cb_evt
ref_value
Examples
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