Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/common/testlib/src/
Datt_write.c42 struct bt_testlib_att_write_closure ctx_val = {.params = { in bt_testlib_att_write() local
49 struct bt_testlib_att_write_closure *const ctx = &ctx_val; in bt_testlib_att_write()
Datt_read.c249 struct bt_testlib_gatt_discover_service_closure ctx_val = { in bt_testlib_gatt_discover_primary() local
259 struct bt_testlib_gatt_discover_service_closure *const ctx = &ctx_val; in bt_testlib_gatt_discover_primary()
354 struct bt_testlib_gatt_discover_char_closure ctx_val = { in bt_testlib_gatt_discover_characteristic() local
366 struct bt_testlib_gatt_discover_char_closure *const ctx = &ctx_val; in bt_testlib_gatt_discover_characteristic()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c3699 unsigned long ctx_val; in cmd_context() local
3710 ctx_val = shell_strtoul(argv[2], 16, &err); in cmd_context()
3717 if (ctx_val > BT_AUDIO_CONTEXT_TYPE_ANY) { in cmd_context()
3718 shell_error(sh, "Invalid context: %lu", ctx_val); in cmd_context()
3723 ctx = ctx_val; in cmd_context()
3726 if (ctx_val == BT_AUDIO_CONTEXT_TYPE_PROHIBITED) { in cmd_context()
3727 shell_error(sh, "Invalid context: %lu", ctx_val); in cmd_context()