Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c581 static uint8_t find_next(const struct bt_gatt_attr *attr, uint16_t handle, void *user_data) in find_next() function
607 bt_gatt_foreach_attr_type(start_handle, end_handle, uuid, NULL, 1, find_next, &found); in bt_gatt_find_by_uuid()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2109 static uint8_t find_next(const struct bt_gatt_attr *attr, uint16_t handle, in find_next() function
2124 bt_gatt_foreach_attr(handle + 1, handle + 1, find_next, &next); in bt_gatt_attr_next()
2877 bt_gatt_foreach_attr_type(start_handle, end_handle, uuid, NULL, 1, find_next, &found); in bt_gatt_find_by_uuid()