Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/bluetooth/gatt/src/
Dmain.c149 static uint8_t find_attr(const struct bt_gatt_attr *attr, uint16_t handle, in find_attr() function
183 &test_chrc_uuid.uuid, NULL, 0, find_attr, in test_gatt_foreach()
194 test_value, 0, find_attr, &attr); in test_gatt_foreach()
210 BT_UUID_GATT_CHRC, NULL, 1, find_attr, &attr); in test_gatt_foreach()
217 find_attr, &attr); in test_gatt_foreach()
236 &test_chrc_uuid.uuid, NULL, 0, find_attr, in test_gatt_read()
258 &test_chrc_uuid.uuid, NULL, 0, find_attr, in test_gatt_write()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c875 static const struct bt_gatt_attr *find_attr(uint16_t handle) in find_attr() function
934 } else if (find_attr(attrs->handle)) { in gatt_register()