Fix sending included service's characteristics. --- android/gatt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/gatt.c b/android/gatt.c index aa2a5fd..13ae340 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -1510,8 +1510,7 @@ static void send_client_char_notify(const struct characteristic *ch, } ev.conn_id = conn_id; - /* TODO need to be handled for included services too */ - element_id_to_hal_srvc_id(&service->id, 1, &ev.srvc_id); + element_id_to_hal_srvc_id(&service->id, service->primary, &ev.srvc_id); ipc_send_notif(hal_ipc, HAL_SERVICE_ID_GATT, HAL_EV_GATT_CLIENT_GET_CHARACTERISTIC, -- 1.9.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