Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dcs_test_reflector.c56 static void end_cb(void) in end_cb() function
165 .le_cs_test_end_complete = end_cb, in main()
Dcs_test_initiator.c90 static void end_cb(void) in end_cb() function
208 .le_cs_test_end_complete = end_cb, in main()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c581 static const struct bt_mesh_send_cb end_cb = { in tx() local
592 err = bt_mesh_model_send(cli->mod, &ctx, buf, &end_cb, cli); in tx()