diff --git a/android/gatt.c b/android/gatt.c
index 986f435..19d9b60 100644
--- a/android/gatt.c
+++ b/android/gatt.c
gatt_db_service_set_active(gatt_db, gap_srvc_data.srvc , true);
/* SDP */
+ bt_uuid16_create(&uuid, 0x1800);
start = gap_srvc_data.srvc;
end = gatt_db_get_end_handle(gatt_db, gap_srvc_data.srvc);
gap_sdp_handle = add_sdp_record(&uuid, start, end,
gatt_db_service_set_active(gatt_db, srvc_handle, true);
/* SDP */
+ bt_uuid16_create(&uuid, 0x180a);
end_handle = gatt_db_get_end_handle(gatt_db, srvc_handle);
dis_sdp_handle = add_sdp_record(&uuid, srvc_handle, end_handle,
"Device Information Service");
gatt_db_service_set_active(gatt_db, srvc_handle, true);
/* SDP */
+ bt_uuid16_create(&uuid, 0x1801);
end_handle = gatt_db_get_end_handle(gatt_db, srvc_handle);
gatt_sdp_handle = add_sdp_record(&uuid, srvc_handle, end_handle,
"Generic Attribute Profile");