Searched refs:chrc_handle (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | gatt_client_test.c | 18 static uint16_t chrc_handle; variable 107 if (chrc_handle == 0 || long_chrc_handle == 0) { in discover_func() 109 chrc_handle, long_chrc_handle); in discover_func() 139 chrc_handle = chrc->value_handle; in discover_func() 188 if (handle == chrc_handle) { in gatt_write() 220 if (params->single.handle == chrc_handle) { in gatt_read_cb() 225 } else if (params->single.handle == chrc_handle) { in gatt_read_cb() 248 read_params.single.handle = chrc_handle; in gatt_read() 289 gatt_write(chrc_handle); in test_main() 290 gatt_read(chrc_handle); in test_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | server_test.c | 58 static uint16_t chrc_handle; variable 67 if (chrc_handle == 0) { in discover_func() 68 FAIL("Did not discover chrc (%x)", chrc_handle); in discover_func() 98 chrc_handle = chrc->value_handle; in discover_func() 158 subscribe_params.value_handle = chrc_handle; in gatt_subscribe() 168 printk("Subscribing: val %x\n", chrc_handle); in gatt_subscribe()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ |
D | gatt_client_test.c | 19 static uint16_t chrc_handle; variable 122 if (chrc_handle == 0 || long_chrc_handle == 0) { in discover_func() 123 FAIL("Did not discover chrc (%x) or long_chrc (%x)\n", chrc_handle, in discover_func() 154 chrc_handle = chrc->value_handle; in discover_func() 219 if (handle == chrc_handle) { in gatt_write() 282 if (params->single.handle == chrc_handle) { in gatt_read_cb() 319 if (handle == chrc_handle) { in gatt_read() 374 gatt_write(chrc_handle, BT_ATT_ERR_SUCCESS); in test_main() 375 gatt_read(chrc_handle, BT_ATT_ERR_SUCCESS); in test_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | gatt_client_test.c | 19 static uint16_t chrc_handle; variable 110 if (chrc_handle == 0 || long_chrc_handle == 0) { in discover_func() 111 FAIL("Did not discover chrc (%x) or long_chrc (%x)", chrc_handle, in discover_func() 142 chrc_handle = chrc->value_handle; in discover_func() 189 if (params->value_handle == chrc_handle) { in test_short_subscribed() 249 sub_params_short.value_handle = chrc_handle; in gatt_subscribe_short() 263 sub_params_short.value_handle = chrc_handle; in gatt_unsubscribe_short()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_client_test.c | 20 static uint16_t chrc_handle; variable 128 if (chrc_handle == 0 || long_chrc_handle == 0) { in discover_func() 129 FAIL("Did not discover chrc (%x) or long_chrc (%x)", chrc_handle, in discover_func() 160 chrc_handle = chrc->value_handle; in discover_func() 209 if (params->value_handle == chrc_handle) { in test_subscribed() 340 sub_params_short.value_handle = chrc_handle; in test_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | gatt_client_test.c | 21 static uint16_t chrc_handle; variable 114 if (chrc_handle == 0) { in discover_func() 115 FAIL("Did not discover chrc (%x)\n", chrc_handle); in discover_func() 145 chrc_handle = chrc->value_handle; in discover_func() 365 chan_1_read.single.handle = chrc_handle; in test_main_common() 366 chan_2_read.single.handle = chrc_handle; in test_main_common()
|