From e3d4ab4a8c7e4706d7bca0e661cae265925b6ec0 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 26 Aug 2014 12:49:26 +0200 Subject: [PATCH] android/README: Update not implemented status get_remote_service_record is now implemented. Despite not being used by Android Framework it turned out to be usefull for qualification. --- android/README | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/android/README b/android/README index b10789bc1..20b61a6e1 100644 --- a/android/README +++ b/android/README @@ -275,18 +275,15 @@ HAL Bluetooth methods: dut_mode_send never called from Android Framework le_test_mode never called from Android Framework -get_remote_service_record never called from Android Framework callbacks: dut_mode_recv_cb empty JNI implementation le_test_mode_cb empty JNI implementation properties: -BT_PROPERTY_SERVICE_RECORD not supported for adapter and device, for - device this property is to be returned as - response to get_remote_service_record, - not sure what to return on get_property - calls (records of all services?) +BT_PROPERTY_SERVICE_RECORD not supported for adapter, for device this + property is returned as a response to + get_remote_service_record call BT_PROPERTY_REMOTE_VERSION_INFO information required by this property (LMP information) are not accessible from mgmt -- 2.47.3