Searched refs:find_attr (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/gatt/src/ |
D | main.c | 340 static uint8_t find_attr(const struct bt_gatt_attr *attr, uint16_t handle, in find_attr() function 374 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST() 385 test_value, 0, find_attr, &attr); in ZTEST() 401 BT_UUID_GATT_CHRC, NULL, 1, find_attr, &attr); in ZTEST() 408 find_attr, &attr); in ZTEST() 427 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST() 453 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 339 static const struct bt_gatt_attr *find_attr(uint16_t handle) in find_attr() function 400 } else if (find_attr(attrs->handle)) { in gatt_register()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 953 static const struct bt_gatt_attr *find_attr(uint16_t handle) in find_attr() function 997 attr = find_attr(handle); in cmd_notify()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 1210 static const struct bt_gatt_attr *find_attr(uint16_t handle) in find_attr() function 1271 } else if (find_attr(attrs->handle)) { in gatt_register()
|