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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BT|DB]GattChar::toString(): Add UTF8 user-description if available
Sven Gothel
2021-10-13
1
-3
/
+16
*
[BT|DB]GattChar::getUserDescription() and userDescriptionIndex added (from de...
Sven Gothel
2021-10-13
2
-3
/
+5
*
BTGattChar::getPropertyBitValStr(): Shorten WriteNoAck; WriteWithAck: Add '-ack'
Sven Gothel
2021-10-13
1
-2
/
+2
*
BTGattHandler: Add replyAttPDUReq() for requests[ReadByGroupTypeReq, ReadByTy...
Sven Gothel
2021-10-12
1
-22
/
+338
*
DBGattServer.hpp: Add DBGattChar::end_handle to simplify processing; add DBGa...
Sven Gothel
2021-10-12
1
-0
/
+1
*
AttPDUMsg*: Enable full bidirectional support for Gatt-Server; Enhance API do...
Sven Gothel
2021-10-12
1
-10
/
+10
*
BTGattHandler: Pass through user's DBGattServer reference if GATTRole::Server
Sven Gothel
2021-10-10
1
-0
/
+3
*
BTAdapter: Remove setDiscoverable() and setBondable() (-> startAdvertising() ...
Sven Gothel
2021-10-10
1
-10
/
+0
*
DBGattServer.hpp: Add and use DBGattServer, a complete list of Gatt Service o...
Sven Gothel
2021-10-10
1
-4
/
+8
*
BTDevice::getGattServices(): Reduce copy of BTGattServiceRef list to one copy
Sven Gothel
2021-10-10
1
-6
/
+7
*
Equality and compare of uuid_t shall always be performed on uuid128_t if unde...
Sven Gothel
2021-10-10
2
-13
/
+9
*
Refine API doc of BTGatt[Service|Char|Desc]; BTDevice: Use typedef'ed BTGatt*Ref
Sven Gothel
2021-10-10
1
-2
/
+2
*
Removed TinyB API artifacts, fix copyright notice. Add README.md 'Direct-BT O...
Sven Gothel
2021-10-10
2
-100
/
+0
*
Fix BT4 HCIHandler::le_set_[adv|scanrsp]_data(): No param-size trimming for B...
Sven Gothel
2021-10-07
1
-2
/
+2
*
Gatt-Server: Fix AttErrorRsp; Better grouping of AttPDUs: OpcodeType and ReqR...
Sven Gothel
2021-10-07
1
-13
/
+67
*
BTAdapter::startAdvertising(): Adjust for BT5 bigger adv param size (even if ...
Sven Gothel
2021-10-07
1
-8
/
+18
*
HCIHandler::le_set_[adv|scanrsp]_data(): Trim the packet param size, otherwis...
Sven Gothel
2021-10-07
1
-0
/
+15
*
HCIHandler::le_set_adv_param(): Fix BT5 ext adv param: Map ADV_IND -> ADV_IND...
Sven Gothel
2021-10-07
1
-4
/
+6
*
SMPKeyBin::readAndApply(): Validate local- and remoteAddress; Java: Fix setti...
Sven Gothel
2021-10-06
1
-0
/
+22
*
SMPKeyBin Version 4: Add localAddress (adapter) to filename with shortened fo...
Sven Gothel
2021-10-06
1
-18
/
+37
*
BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ...
Sven Gothel
2021-10-05
3
-17
/
+13
*
Renamed SMP*KeyInfo -> SMP*Key: Simplify language and names
Sven Gothel
2021-10-05
5
-45
/
+45
*
Apply remaining EUI48 endian conversions
Sven Gothel
2021-10-05
3
-12
/
+15
*
Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..)
Sven Gothel
2021-10-05
8
-53
/
+62
*
BTGattService: Clarify fields; BTGatt*::toString(): Add type prefix
Sven Gothel
2021-10-03
4
-14
/
+14
*
Fix BTGattHandler::discoverDescriptors(): Query cd_handle_end is next_char_ha...
Sven Gothel
2021-10-02
1
-2
/
+2
*
BTGattDesc::to[Short]String(): Drop space.
Sven Gothel
2021-10-02
1
-2
/
+2
*
BTGattChar: Remove redundant service_handle (reference to service is held), c...
Sven Gothel
2021-10-02
2
-26
/
+24
*
EInfoReport::read_[ext_]ad_reports(): Inner response data is EIR; Mark not ye...
Sven Gothel
2021-10-01
1
-8
/
+8
*
BTManager: SET_POWERED: Give a more generous timeout of 6s (normal 3s) to tol...
Sven Gothel
2021-10-01
2
-5
/
+9
*
BTAdapter: Only power-off at close() IF BTAdapter::initialize() has actually ...
Sven Gothel
2021-10-01
1
-13
/
+19
*
Fix EInfoReport::read_[ext_]ad_reports(..): Reports are not interleaved but l...
Sven Gothel
2021-09-30
1
-106
/
+109
*
Fix BTGattChar::removeCharListener(..): Polymorph BTGattCharListener derivati...
Sven Gothel
2021-09-29
2
-2
/
+53
*
BTDevice::toString(): Expose pairing_data.use_sc
Sven Gothel
2021-09-29
1
-1
/
+1
*
BTDevice SMP setPairing<MITM_Thing>(): Only warn upfront if current state doe...
Sven Gothel
2021-09-28
1
-18
/
+21
*
SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res...
Sven Gothel
2021-09-28
5
-78
/
+304
*
Resove BTAdapter::checkDiscoveryState() failure @ close()
Sven Gothel
2021-09-27
1
-7
/
+7
*
BTAdapter::updateAdapterSettings(): Shall only call poweredOff(..) off-thread...
Sven Gothel
2021-09-27
1
-10
/
+13
*
Add BTGattHandler::getCharListenerCount() to validate [add|remove]CharListene...
Sven Gothel
2021-09-26
1
-1
/
+3
*
L2CAPComm::[read|write]: Explode 'errout:' branch: WORDY_ for (!is_open || in...
Sven Gothel
2021-09-26
3
-74
/
+158
*
L2CAPComm::ExitCode -> RWExitCode
Sven Gothel
2021-09-26
3
-34
/
+34
*
L2CAPComm/BTGattHandle/SMPHandler: Show informal INFO_PRINT on non interrupti...
Sven Gothel
2021-09-25
3
-7
/
+7
*
BTAdapter::stopDiscovery(): Resolves checkDiscoveryState error message @ HCI ...
Sven Gothel
2021-09-25
1
-1
/
+7
*
BTAdapter::poweredOff: Fix passiv behavior, no ERR_PRINT (only if !isValid())...
Sven Gothel
2021-09-25
1
-10
/
+12
*
HCIACLData::getL2CAPFrame: Only show l2cap drops for detailed 'direct_bt.debu...
Sven Gothel
2021-09-25
1
-3
/
+4
*
Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI...
Sven Gothel
2021-09-24
1
-5
/
+13
*
HCIHandler/BTAdapter/BTDevice: Add le_set[_default]_phy(..) / set[Connected|D...
Sven Gothel
2021-09-24
4
-7
/
+188
*
HCIHandler::le_read_phy(..)/BTDevice::getConnectedLE_PHY(..): Use orig HCI ar...
Sven Gothel
2021-09-24
2
-25
/
+9
*
HCIHandler: Return HCIStatusCode::DISCONNECTED if not open instead of INTERNA...
Sven Gothel
2021-09-24
1
-12
/
+12
*
Added HCIHandler::check_open_connection(..): Reuse same state and param check...
Sven Gothel
2021-09-24
1
-81
/
+43
[next]