Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_advertiser.c37 static struct bt_mesh_test_gatt gatt_param; variable
180 if (gatt_param.service == MESH_SERVICE_PROVISIONING) { in gatt_scan_cb()
188 if (check_delta_time(gatt_param.transmits, gatt_param.interval)) { in gatt_scan_cb()
444 gatt_param.transmits = 1500 / 100; in test_rx_proxy_mixin()
445 gatt_param.interval = 100; in test_rx_proxy_mixin()
446 gatt_param.service = MESH_SERVICE_PROVISIONING; in test_rx_proxy_mixin()
458 gatt_param.transmits = 5000 / 1000; in test_rx_proxy_mixin()
459 gatt_param.interval = 1000; in test_rx_proxy_mixin()
460 gatt_param.service = MESH_SERVICE_PROXY; in test_rx_proxy_mixin()
Dtest_suspend.c196 static struct bt_mesh_test_gatt gatt_param = { variable
235 if (gatt_param.service == MESH_SERVICE_PROVISIONING) { in gatt_scan_cb()
243 if (gatt_check_rx_count(gatt_param.transmits)) { in gatt_scan_cb()
447 gatt_param.transmits = 5000 / 1000; in test_tester_gatt()
448 gatt_param.interval = 1000; in test_tester_gatt()
449 gatt_param.service = MESH_SERVICE_PROXY; in test_tester_gatt()