Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_write_test.c164 ble_hs_test_util_verify_tx_exec_write(BLE_ATT_EXEC_WRITE_F_EXECUTE); in ble_gatt_write_test_misc_long_good()
353 ble_hs_test_util_verify_tx_exec_write(BLE_ATT_EXEC_WRITE_F_EXECUTE); in ble_gatt_write_test_misc_reliable_good()
608 ble_hs_test_util_verify_tx_exec_write(BLE_ATT_EXEC_WRITE_F_CANCEL); in TEST_CASE()
693 ble_hs_test_util_verify_tx_exec_write(BLE_ATT_EXEC_WRITE_F_EXECUTE); in TEST_CASE()
787 ble_hs_test_util_verify_tx_exec_write(BLE_ATT_EXEC_WRITE_F_EXECUTE); in TEST_CASE()
H A Dble_hs_test_util.h214 void ble_hs_test_util_verify_tx_exec_write(uint8_t expected_flags);
H A Dble_hs_test_util.c1118 ble_hs_test_util_verify_tx_exec_write(uint8_t expected_flags) in ble_hs_test_util_verify_tx_exec_write() function