ESP-IDF
btc_av_cb_t
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
btc_av_cb_t
btc_av_cb_t struct
* Local type definitions
Syntax
Show:
Summary
Declaration
from
btc_av.c:81
typedef
struct
{
int
service_id
;
tBTA_AV_HNDL
bta_handle
;
bt_bdaddr_t
peer_bda
;
btc_sm_handle_t
sm_handle
;
UINT8
flags
;
tBTA_AV_EDR
edr
;
UINT8
peer_sep
;
#if
BTC_AV_SRC_INCLUDED
osi_alarm_t
*
tle_av_open_on_rc
;
#endif
}
btc_av_cb_t
;
Fields
Field
Declared as
btc_av_cb_t::service_id
int
btc_av_cb_t::bta_handle
tBTA_AV_HNDL
btc_av_cb_t::peer_bda
bt_bdaddr_t
btc_av_cb_t::sm_handle
btc_sm_handle_t
btc_av_cb_t::flags
UINT8
btc_av_cb_t::edr
tBTA_AV_EDR
btc_av_cb_t::peer_sep
UINT8
btc_av_cb_t::tle_av_open_on_rc
osi_alarm_t
*
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