Hi, Current socket HAL implementation is missing major feature which is ability to register RFCOMM server from application (so use some UUID and assign channel number dynamically). This corresponds to BluetoothAdapter::listenUsing(insecure)RfcommWithServiceRecord APIs in Android. This series of patches adds this feature with other required fixes and also some does some minor refactoring. Andrzej Kaczmarek (11): android/bluetooth: Handle 128-bit UUIDs android/socket: Refactor socket related symbol names android/socket: Improve logging android/socket: Simplify SDP records handling android/socket: Make servers list as static array android/tester: Update test data android/socket: Add support for dynamic channel numbers android/socket: Register SDP record for application service android/socket: Include HF AG in built-in profiles android/socket: Update channel numbers android/socket: Fix sockets security android/android-tester.c | 2 +- android/bluetooth.c | 61 ++--- android/hal-msg.h | 3 + android/socket.c | 658 +++++++++++++++++++++++------------------------ 4 files changed, 349 insertions(+), 375 deletions(-) -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html