Searched refs:find_attr (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/tests/bluetooth/gatt/src/ |
D | main.c | 155 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/ |
D | gatt.c | 962 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/ |
D | gatt.c | 1163 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()
|