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
Commit message (
Expand
)
Author
Age
Files
Lines
*
JNIEnvContainer::attach/detach: Reuse GetEnv's JNIEnv if available and don't ...
connector-1.5
connector_b_1.5
Sven Gothel
2020-02-05
2
-6
/
+27
*
Add experimental Adapter1::ConnectDevice call
Sven Gothel
2020-02-05
5
-1
/
+122
*
Re-add dropped g_bytes_unref(..)/g_free(..) where it still applies
Sven Gothel
2020-02-05
2
-1
/
+17
*
Merge remote-tracking branch 'impala454/master' into gdbus-codegen
Sven Gothel
2020-02-05
16
-14336
/
+99
|
\
|
*
Added SetDiscoveryFilter functionality. Added CMake dependency for the dbus ...
Chuck Claunch
2017-06-14
4
-0
/
+98
|
*
Removed generated dbus code and added call to gdbus-codegen in the build process
Chuck Claunch
2017-06-12
11
-15982
/
+25
|
*
Added annotations to dbus profile so GVariants would replace gchars in the co...
Chuck Claunch
2017-06-11
4
-53
/
+59
|
*
Added LEAdvertisement1 to dbus file, recompiled with gdbus-codegen, and refac...
Chuck Claunch
2017-06-10
7
-224
/
+2123
|
*
Changed examples to a cmake option rather than being built by default
Chuck Claunch
2017-06-07
2
-1
/
+8
|
*
Removed unnecessary cinttypes include in BluetoothUUID
Chuck Claunch
2017-06-07
1
-1
/
+0
|
*
Corrected format specifier warnings in BluetoothUUID
Chuck Claunch
2017-06-07
2
-3
/
+4
*
|
BluetoothManager: Expose native get_default_adapter() to java as getDefaultAd...
Sven Gothel
2020-02-01
2
-0
/
+38
*
|
BluetoothManager: Allow launching from plain class files (no jar package w/ v...
Sven Gothel
2020-01-31
1
-1
/
+1
*
|
Expose BluetoothDevice async calls: device1_call_connect(..) / device1_call_c...
Sven Gothel
2020-01-31
4
-0
/
+81
*
|
BluetoothManager: Utilize own glib main context and associate it with the mai...
Sven Gothel
2020-01-21
1
-2
/
+12
*
|
Implementing discovery filter by UUIDs (java) and fixing a bug with discovery...
v0.5.1
tinyb-master
Vlad Kolotov
2017-10-14
3
-7
/
+24
*
|
Implementing a generic method to set discover filters (UUIDs, rssi, pathloss,...
Vlad Kolotov
2017-10-14
7
-10
/
+83
*
|
Adding support for setting RSSI discovery filter
Vlad Kolotov
2017-10-14
7
-2
/
+292
*
|
Added Java method BluetoothManager::getDiscovering()
Misterioso
2017-10-03
4
-0
/
+38
*
|
Removing System.exit as it causes to exit application containers (like OSGi a...
Vlad Kolotov
2017-10-03
1
-1
/
+0
*
|
Added Java method BluetoothDevice::remove()
Misterioso
2017-09-24
4
-0
/
+38
*
|
Fix issue #121
Tzafrir Poupko
2017-09-24
1
-4
/
+4
*
|
Fix native memory leak
Tzafrir Poupko
2017-09-13
5
-2
/
+39
*
|
drop dependencies of unused linked libraries
Markus Rathgeb
2017-09-13
1
-0
/
+2
*
|
Removed System.exit from BluetoothManager
pierantoniomerlino
2017-09-07
1
-3
/
+2
*
|
Fixed typo in BluetoothDevice.cxx Java_tinyb_BluetoothDevice_getTxPower
Stephan Bodmer
2017-08-18
6
-11
/
+131
*
|
examples: list_mfg also lists advertised service data
Petre Eftime
2017-08-07
1
-9
/
+21
*
|
Provide a java method to release native memory
Tzafrir Poupko
2017-08-06
1
-2
/
+16
*
|
Fix memory leak with g_objects
Tzafrir Poupko
2017-08-06
6
-4
/
+18
*
|
Fix native memory leak
Tzafrir Poupko
2017-08-06
5
-0
/
+8
*
|
Fix java objects memory leak
Tzafrir Poupko
2017-08-05
4
-0
/
+14
*
|
Fix get_service_data: was getting manufacturer data instead
Petre Eftime
2017-08-03
1
-1
/
+1
*
|
BluetoothGattDescriptor.hpp added functional header
Vadim Panov
2017-07-30
1
-0
/
+1
*
|
Force loading of tinyb lib
pierantoniomerlino
2017-07-18
1
-0
/
+1
*
|
Added getInterfaceName method
pierantoniomerlino
2017-06-30
1
-0
/
+8
|
/
*
java: Add notifications for ManufacturerData, ServiceData and ServicesResolved
Petre Eftime
2016-10-31
2
-0
/
+233
*
Add notifications for manufacturer data, service data and services resolved
Petre Eftime
2016-10-31
2
-0
/
+178
*
Fix JNI FindClass "tinyb/BluetoothNotification" not found
Julien Decaen
2016-10-28
6
-11
/
+23
*
examples: java: Stopping discovery can sometimes fail
Petre Eftime
2016-09-28
2
-2
/
+10
*
Add missing BluetoothDevice properties
Petre Eftime
2016-09-16
9
-8
/
+777
*
Add BluetoothUUID class
Petre Eftime
2016-09-09
7
-1
/
+191
*
Support for BlueZ 5.40+, previous versions will stop working
Petre Eftime
2016-08-19
7
-34
/
+233
*
examples: Updated esstiny.cpp to use notifications.
Henry Bruce
2016-08-17
1
-35
/
+71
*
Release 0.5.0
v0.5.0
0.5.0
Petre Eftime
2016-07-11
2
-1
/
+10
*
java: Document Notification methods
Petre Eftime
2016-07-11
5
-12
/
+140
*
Add documentation for notification functions
Petre Eftime
2016-07-11
4
-59
/
+232
*
java: Refactor JNIMem classes
Petre Eftime
2016-07-06
2
-40
/
+71
*
Add license headers where missing
Petre Eftime
2016-07-06
5
-1
/
+120
*
java: Add hashCode function for BluetoothObjects
Petre Eftime
2016-07-05
2
-0
/
+14
*
java: throw BluetoothExceptions explicitly
Petre Eftime
2016-07-05
5
-15
/
+15
[next]