ESP-IDF
btsnd_hcic_write_pagescan_cfg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_write_pagescan_cfg()
btsnd_hcic_write_pagescan_cfg() function
Syntax
Show:
Summary
Declaration
Definition
from
hcimsgs.h:595
BOOLEAN
btsnd_hcic_write_pagescan_cfg
(
UINT16
interval
,
UINT16
window
)
;
Implemented in
hcicmds.c:1151
Arguments
Argument
interval
window
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
btsnd_hcic_write_pagescan_cfg
(
UINT16
interval
,
UINT16
window
)
hcicmds.c:1151
BOOLEAN
btsnd_hcic_write_pagescan_cfg
(
UINT16
interval
,
hcimsgs.h:595
if
(
!
btsnd_hcic_write_pagescan_cfg
(
interval
,
window
)
)
{
btm_inq.c:636
BTM_SetConnectability()
Call Tree
from
examples
btsnd_hcic_write_pagescan_cfg()
is called by 1 function and calls 2 functions:
BTM_SetConnectability()
All items filtered out
btsnd_hcic_write_pagescan_cfg()
btu_hcif_send_cmd()
hci_get_cmd_buf()
All items filtered out
Data Use
from
examples
btsnd_hcic_write_pagescan_cfg()
writes 2 variables:
All items filtered out
btsnd_hcic_write_pagescan_cfg()
BT_HDR::len
BT_HDR::offset
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