Searched refs:TEST_LONG_CHRC_UUID (Results 1 – 13 of 13) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | common.h | 61 #define TEST_LONG_CHRC_UUID \ macro
|
D | gatt_server_test.c | 105 BT_GATT_CHARACTERISTIC(TEST_LONG_CHRC_UUID,
|
D | gatt_client_test.c | 143 } else if (bt_uuid_cmp(chrc->uuid, TEST_LONG_CHRC_UUID) == 0) { in discover_func()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/general/src/ |
D | common.h | 61 #define TEST_LONG_CHRC_UUID \ macro
|
D | gatt_server_test.c | 133 BT_GATT_CHARACTERISTIC(TEST_LONG_CHRC_UUID,
|
D | gatt_client_test.c | 155 } else if (bt_uuid_cmp(chrc->uuid, TEST_LONG_CHRC_UUID) == 0) { in discover_func()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/disable/src/ |
D | common.h | 65 #define TEST_LONG_CHRC_UUID \ macro
|
D | gatt_server_test.c | 125 BT_GATT_CHARACTERISTIC(TEST_LONG_CHRC_UUID,
|
D | gatt_client_test.c | 140 } else if (bt_uuid_cmp(chrc->uuid, TEST_LONG_CHRC_UUID) == 0) { in discover_func()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | common.h | 63 #define TEST_LONG_CHRC_UUID \ macro
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | common.h | 66 #define TEST_LONG_CHRC_UUID \ macro
|
D | gatt_server_test.c | 89 BT_GATT_CHARACTERISTIC(TEST_LONG_CHRC_UUID, 161 attrs[0] = bt_gatt_find_by_uuid(NULL, 0, TEST_LONG_CHRC_UUID); in test_main()
|
D | gatt_client_test.c | 161 } else if (bt_uuid_cmp(chrc->uuid, TEST_LONG_CHRC_UUID) == 0) { in discover_func()
|