Searched refs:found_attr (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/ |
D | gatt.c | 952 static uint8_t found_attr(const struct bt_gatt_attr *attr, uint16_t handle, in found_attr() function 966 bt_gatt_foreach_attr(handle, handle, found_attr, &attr); in find_attr()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | gatt.c | 1153 static uint8_t found_attr(const struct bt_gatt_attr *attr, uint16_t handle, in found_attr() function 1167 bt_gatt_foreach_attr(handle, handle, found_attr, &attr); in find_attr()
|