Home
last modified time | relevance | path

Searched refs:BT_UUID_GATT_CHRC (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.6.0/tests/bluetooth/gatt/src/
Dmain.c210 BT_UUID_GATT_CHRC, NULL, 0, count_attr, &num); in ZTEST()
216 BT_UUID_GATT_CHRC, NULL, 1, find_attr, &attr); in ZTEST()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h63 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_CHRC, \
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c261 .uuid = BT_UUID_GATT_CHRC, in check_ccc_handle()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c274 .uuid = BT_UUID_GATT_CHRC, in check_ccc_handle()
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dgatt.h770 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CHRC, BT_GATT_PERM_READ, \
Duuid.h859 #define BT_UUID_GATT_CHRC \ macro
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dgatt.c1869 if (attr != NULL && bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC) == 0) { in bt_gatt_attr_value_handle()
2825 if (!bt_uuid_cmp(data.attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_notify_cb()
3004 if (!bt_uuid_cmp(data.attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_notify_multiple()
3050 if (!bt_uuid_cmp(data.attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_indicate()
3372 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_is_subscribed()
3394 bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC) && in bt_gatt_is_subscribed()
4063 .uuid = BT_UUID_GATT_CHRC, in parse_characteristic()
4454 if (!bt_uuid_cmp(&u.uuid, BT_UUID_GATT_CHRC)) { in gatt_find_info_rsp()
4543 !bt_uuid_cmp(params->uuid, BT_UUID_GATT_CHRC))) { in bt_gatt_discover()
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/
Dbtp_gatt.c440 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CHRC, in alloc_characteristic()
674 if (!bt_uuid_cmp(tmp->uuid, BT_UUID_GATT_CHRC)) { in get_base_chrc()
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dgatt.c703 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in print_attr()