ESP-IDF
BTA_DmAddDevice()
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
BTA_DmAddDevice()
BTA_DmAddDevice() function
CLASSIC_BT_INCLUDED == TRUE * Function BTA_DmAddDevice * Description This function adds a device to the security database list of * peer device * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
bta_api.h:2150
extern
void
BTA_DmAddDevice
(
BD_ADDR
bd_addr
,
DEV_CLASS
dev_class
,
LINK_KEY
link_key
,
tBTA_SERVICE_MASK
trusted_mask
,
BOOLEAN
is_trusted
,
UINT8
key_type
,
tBTA_IO_CAP
io_cap
,
UINT8
pin_length
,
UINT8
sc_support
)
;
Implemented in
bta_dm_api.c:943
Arguments
Argument
bd_addr
dev_class
link_key
trusted_mask
is_trusted
key_type
io_cap
pin_length
sc_support
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