diff --git a/android/tester-gatt.c b/android/tester-gatt.c
index 97fe0f0..d123619 100644
--- a/android/tester-gatt.c
+++ b/android/tester-gatt.c
.params = &read_params_1,
.srvc_id = &service_2,
.char_id = &characteristic_1,
- .status = 0x01,
+ .status = BT_STATUS_FAIL
};
static struct set_read_params set_read_param_4 = {
.srvc_id = &service_1,
.char_id = &characteristic_1,
.descr_id = &desc_2,
- .status = 0x01
+ .status = BT_STATUS_FAIL
};
static struct set_write_params set_write_param_1 = {
.params = &write_params_1,
.srvc_id = &service_1,
.char_id = &characteristic_1,
- .status = 0x01
+ .status = BT_STATUS_FAIL
};
static struct set_write_params set_write_param_4 = {
.srvc_id = &service_1,
.char_id = &characteristic_1,
.descr_id = &desc_2,
- .status = 0x01
+ .status = BT_STATUS_FAIL
};
static struct set_write_params set_write_param_6 = {