Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/bluetooth/gatt/src/
Dmain.c155 static uint8_t find_attr(const struct bt_gatt_attr *attr, uint16_t handle, in find_attr() function
189 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
200 test_value, 0, find_attr, &attr); in ZTEST()
216 BT_UUID_GATT_CHRC, NULL, 1, find_attr, &attr); in ZTEST()
223 find_attr, &attr); in ZTEST()
242 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
268 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dgatt.c962 static const struct bt_gatt_attr *find_attr(uint16_t handle) in find_attr() function
1006 attr = find_attr(handle); in cmd_notify()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dgatt.c1163 static const struct bt_gatt_attr *find_attr(uint16_t handle) in find_attr() function
1222 } else if (find_attr(attrs->handle)) { in gatt_register()