index
:
direct_bt.git
alt_sendevent
bredr_2
connector_b_1.5
cor_locking
cow_locking
issue_308
issue_318
le_secure_connections
master
os_and_arch
simple_mutex0
simple_mutex2
tinyb
tinyb-2-clean
tinyb-master
Direct Bluetooth LE and BREDR programming, high-performance & reliable.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
direct_bt
/
BTAdapter.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
BTAdapter::poweredOff: Fix passiv behavior, no ERR_PRINT (only if !isValid())...
Sven Gothel
2021-09-25
1
-2
/
+3
*
HCIHandler/BTAdapter/BTDevice: Add le_set[_default]_phy(..) / set[Connected|D...
Sven Gothel
2021-09-24
1
-0
/
+20
*
BTAdapter::initialize() validates power-on state and fails if not successful,...
Sven Gothel
2021-09-21
1
-8
/
+10
*
Bump README; Link BTAdapter::isInitialize() in API-doc
Sven Gothel
2021-09-18
1
-0
/
+5
*
Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter.
Sven Gothel
2021-09-18
1
-0
/
+7
*
BTAdapter: Only listen to HCI + Mgmt when initialize(..) is being called: Sup...
Sven Gothel
2021-09-16
1
-1
/
+1
*
Refine BTRole and add GATTRole, throughout BTAdapter, BTDevice (C++/Java) and...
Sven Gothel
2021-09-16
1
-27
/
+46
*
Introduce BTRole: Bluetooth device roles from the perspective of the link lay...
Sven Gothel
2021-09-15
1
-1
/
+16
*
BTAdapter/HCIHandler Refine advertising/discovery state validation
Sven Gothel
2021-09-15
1
-5
/
+13
*
Add advertising support (start with set-data and -params, stop) via HCIHandler
Sven Gothel
2021-09-15
1
-3
/
+73
*
BTAdapter: Resolve name and short_name, both readable via get<Name>() and set...
Sven Gothel
2021-09-15
1
-14
/
+17
*
Multi Direct-BT application, each using 1 adapter: Have user explicitly initi...
Sven Gothel
2021-09-15
1
-1
/
+36
*
Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec...
Sven Gothel
2021-08-30
1
-0
/
+18
*
Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_...
Sven Gothel
2021-07-28
1
-3
/
+6
*
Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A...
Sven Gothel
2021-07-28
1
-1
/
+27
*
BTAdapter: Remove duplicate friend declaration
Sven Gothel
2021-07-27
1
-1
/
+0
*
BTAdapter/BTDevice: Debug output: Rename [DBT -> BT][Adapter|Device]; Default...
Sven Gothel
2021-02-14
1
-1
/
+1
*
AdapterStatusListener (C++): Have a NOP default implementation for all method...
Sven Gothel
2021-02-14
1
-8
/
+46
*
Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap...
Sven Gothel
2021-02-14
1
-5
/
+45
*
API String Conversion Simplification: get.*String() -> direct_bt::to_string()...
Sven Gothel
2021-02-10
1
-1
/
+0
*
C++: Replace {@code lala} with `lala` as it confuses Doxygen preprocessor par...
Sven Gothel
2021-02-05
1
-8
/
+8
*
BTDevice.cpp connect*() methods are all noexcept, since all invoked methods a...
Sven Gothel
2021-01-30
1
-2
/
+2
*
Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...
Sven Gothel
2021-01-25
1
-0
/
+680