Home
last modified time | relevance | path

Searched refs:ble_gatt_write_test_error (Results 1 – 1 of 1) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_write_test.c33 static struct ble_gatt_error ble_gatt_write_test_error; variable
65 ble_gatt_write_test_error = *error; in ble_gatt_write_test_cb_good()
231 TEST_ASSERT(ble_gatt_write_test_error.status == BLE_HS_EBADDATA); in ble_gatt_write_test_misc_long_bad()
232 TEST_ASSERT(ble_gatt_write_test_error.att_handle == 0); in ble_gatt_write_test_misc_long_bad()
603 TEST_ASSERT(ble_gatt_write_test_error.status == in TEST_CASE()
605 TEST_ASSERT(ble_gatt_write_test_error.att_handle == 100); in TEST_CASE()