Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c206 void expect_status(uint8_t err, uint8_t status) in expect_status() function
218 expect_status(err, BT_ATT_ERR_SUCCESS); in gatt_read_expect_success_cb()
238 expect_status(err, BT_ATT_ERR_UNLIKELY); in gatt_read_expect_err_unlikely_cb()
256 expect_status(err, BT_ATT_ERR_DB_OUT_OF_SYNC); in gatt_read_expect_err_out_of_sync_cb()
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dcfg_cli.c91 uint32_t expect_status) in state_status_u8() argument
101 if (bt_mesh_msg_ack_ctx_match(&cli->ack_ctx, expect_status, ctx->addr, in state_status_u8()