Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c227 static struct bt_gatt_subscribe_params sub_params_short = { variable
249 sub_params_short.value_handle = chrc_handle; in gatt_subscribe_short()
250 sub_params_short.chan_opt = opt; in gatt_subscribe_short()
251 err = bt_gatt_subscribe(g_conn, &sub_params_short); in gatt_subscribe_short()
263 sub_params_short.value_handle = chrc_handle; in gatt_unsubscribe_short()
264 sub_params_short.chan_opt = opt; in gatt_unsubscribe_short()
265 err = bt_gatt_unsubscribe(g_conn, &sub_params_short); in gatt_unsubscribe_short()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c230 static struct bt_gatt_subscribe_params sub_params_short = { variable
340 sub_params_short.value_handle = chrc_handle; in test_main()
343 subscribe(&sub_params_short, true); in test_main()
354 subscribe(&sub_params_short, false); in test_main()