ESP-IDF
fc_client
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
fc_client
fc_client struct
Syntax
Show:
Summary
Declaration
from
bta_jv_act.c:53
struct
fc_client
{
struct
fc_client
*
next_all_list
;
struct
fc_client
*
next_chan_list
;
BD_ADDR
remote_addr
;
uint32_t
id
;
tBTA_JV_L2CAP_CBACK
*
p_cback
;
void
*
user_data
;
uint16_t
handle
;
uint16_t
chan
;
uint8_t
sec_id
;
unsigned
server
:
1
;
unsigned
init_called
:
1
;
}
;
Fields
Field
Declared as
fc_client::next_all_list
struct
fc_client
*
fc_client::next_chan_list
struct
fc_client
*
fc_client::remote_addr
BD_ADDR
fc_client::id
uint32_t
fc_client::p_cback
tBTA_JV_L2CAP_CBACK
*
fc_client::user_data
void
*
fc_client::handle
uint16_t
fc_client::chan
uint16_t
fc_client::sec_id
uint8_t
fc_client::server
unsigned
:
1
fc_client::init_called
unsigned
:
1
Related Functions
Found 2 other functions taking a
fc_client
argument:
Function
fcclient_free()
fcclient_find_by_addr()
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