Bluetooth LE Stack
+
0
/1 examples
SourceVu will show references to
bd_addr_type_t
from the following samples and libraries:
standalone sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
bd_addr_type_t
bd_addr_type_t enum
Syntax
Show:
Summary
Declaration
from
bluetooth.h:67
enum
{
BD_ADDR_TYPE_LE_PUBLIC
=
0
,
BD_ADDR_TYPE_LE_RANDOM
=
1
,
BD_ADDR_TYPE_LE_PUBLIC_IDENTITY
=
2
,
BD_ADDR_TYPE_LE_RANDOM_IDENTITY
=
3
,
BD_ADDR_TYPE_SCO
=
0xfc
,
BD_ADDR_TYPE_ACL
=
0xfd
,
BD_ADDR_TYPE_UNKNOWN
=
0xfe
,
}
;
Values
Value
Declared as
bd_addr_type_t::BD_ADDR_TYPE_LE_PUBLIC
=
0
bd_addr_type_t::BD_ADDR_TYPE_LE_RANDOM
=
1
bd_addr_type_t::BD_ADDR_TYPE_LE_PUBLIC_IDENTITY
=
2
bd_addr_type_t::BD_ADDR_TYPE_LE_RANDOM_IDENTITY
=
3
bd_addr_type_t::BD_ADDR_TYPE_SCO
=
0xfc
bd_addr_type_t::BD_ADDR_TYPE_ACL
=
0xfd
bd_addr_type_t::BD_ADDR_TYPE_UNKNOWN
=
0xfe
Examples
bd_addr_type_t
is referenced by 1 libraries and example projects:
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