BLE_PRT("bt_gatt_characteristic_add_descriptor : %s", __bt_get_error_message(ret));
ret = bt_gatt_characteristic_create(char_uuid1_4, permissions,
- properties_notify_read, char_value_unknown,
+ properties_notify_read, char_long_value,
4, &characteristic1_4);
BLE_PRT("bt_gatt_characteristic_create : %s", __bt_get_error_message(ret));
BLE_PRT("bt_gatt_characteristic_add_descriptor : %s", __bt_get_error_message(ret));
ret = bt_gatt_characteristic_create(char_uuid1_5, permissions,
- properties_read_write, char_value_unknown,
+ properties_read_write, char_long_value,
4, &characteristic1_5);
BLE_PRT("bt_gatt_characteristic_create : %s", __bt_get_error_message(ret));