This allows HAL to get all adapter properties. --- android/hal-bluetooth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c index a71de83..b81f8dd 100644 --- a/android/hal-bluetooth.c +++ b/android/hal-bluetooth.c @@ -138,7 +138,8 @@ static int get_adapter_properties(void) if (!interface_ready()) return BT_STATUS_NOT_READY; - return BT_STATUS_UNSUPPORTED; + return hal_ipc_cmd(HAL_SERVICE_ID_BLUETOOTH, HAL_OP_GET_ADAPTER_PROPS, + 0, NULL, 0, NULL, NULL); } static int get_adapter_property(bt_property_type_t type) -- 1.8.4.1 -- 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