ESP-IDF
btsnd_hcic_ble_create_ll_conn()
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
btsnd_hcic_ble_create_ll_conn()
btsnd_hcic_ble_create_ll_conn() function
Syntax
Show:
Summary
Declaration
Definition
from
hcimsgs.h:832
BOOLEAN
btsnd_hcic_ble_create_ll_conn
(
UINT16
scan_int
,
UINT16
scan_win
,
UINT8
init_filter_policy
,
UINT8
addr_type_peer
,
BD_ADDR
bda_peer
,
UINT8
addr_type_own
,
UINT16
conn_int_min
,
UINT16
conn_int_max
,
UINT16
conn_latency
,
UINT16
conn_timeout
,
UINT16
min_ce_len
,
UINT16
max_ce_len
)
;
Implemented in
hciblecmds.c:316
Arguments
Argument
Declared as
scan_int
UINT16
scan_win
UINT16
init_filter_policy
UINT8
addr_type_peer
UINT8
bda_peer
BD_ADDR
addr_type_own
UINT8
conn_int_min
UINT16
conn_int_max
UINT16
conn_latency
UINT16
conn_timeout
UINT16
min_ce_len
UINT16
max_ce_len
UINT16
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