ESP-IDF
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
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
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:1010
typedef
void
(
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
)
(
tBTM_STATUS
status
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
void
(
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
)
(
tBTM_STATUS
status
)
;
btm_ble_api.h:1010
typedef
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
tBTA_SET_CSA_SUPPORT_CMPL_CBACK
;
bta_api.h:442
tBTA_SET_CSA_SUPPORT_CMPL_CBACK
extern
void
BTA_DmBleGapSetCsaSupport
(
uint8_t
csa_select
,
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
*
p_callback
)
;
bta_api.h:2926
BTA_DmBleGapSetCsaSupport()
BOOLEAN
BTM_BleSetCsaSupport
(
UINT8
csa_select
,
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
*
p_callback
)
;
btm_ble_api.h:2740
BTM_BleSetCsaSupport()
BTM_BleSetCsaSupport()::p_callback
BOOLEAN
BTM_BleSetCsaSupport
(
UINT8
csa_select
,
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
*
p_callback
)
btm_ble_gap.c:4771
BTM_BleSetCsaSupport()
BTM_BleSetCsaSupport()::p_callback
tBTM_SET_CSA_SUPPORT_CMPL_CBACK
*
set_csa_support_cmpl_cb
;
btm_ble_int.h:383
tBTM_BLE_CB
tBTM_BLE_CB::set_csa_support_cmpl_cb
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
Instance
Scope
Location
Project
BTM_BleSetCsaSupport()::p_callback
BTM_BleSetCsaSupport()
btm_ble_api.h:2740
tBTM_BLE_CB::set_csa_support_cmpl_cb
tBTM_BLE_CB
btm_ble_int.h:383
BTM_BleSetCsaSupport()::p_callback
BTM_BleSetCsaSupport()
btm_ble_gap.c:4771
Lifecycle
from
examples
All items filtered out
All items filtered out