ble_mouse_with_error: Update PTS certification logic 46/274746/1
authorWootak Jung <wootak.jung@samsung.com>
Wed, 4 May 2022 06:32:11 +0000 (15:32 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 9 May 2022 01:30:54 +0000 (10:30 +0900)
Change-Id: I71339a9f626f4f1e87ce35806b744c2e42193f1d

tests/test/ble_mouse_with_error.c

index 80adc1f8c7c1d0b3aee0514f1858d9d2e8ea1cae..1eec55fe7e745b9eb501d7bbf5436cdadc36f407 100644 (file)
@@ -355,7 +355,7 @@ static int __bt_register_hogp_service(void)
        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));
 
@@ -389,7 +389,7 @@ static int __bt_register_hogp_service(void)
        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));