Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h63 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_CHRC, \
/Zephyr-latest/tests/bluetooth/gatt/src/
Dmain.c395 BT_UUID_GATT_CHRC, NULL, 0, count_attr, &num); in ZTEST()
401 BT_UUID_GATT_CHRC, NULL, 1, find_attr, &attr); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c251 .uuid = BT_UUID_GATT_CHRC, in check_ccc_handle()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c274 .uuid = BT_UUID_GATT_CHRC, in check_ccc_handle()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h920 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CHRC, BT_GATT_PERM_READ, \
Duuid.h859 #define BT_UUID_GATT_CHRC \ macro
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c1940 if (attr != NULL && bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC) == 0) { in bt_gatt_attr_value_handle()
2898 if (!bt_uuid_cmp(data.attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_notify_cb()
3077 if (!bt_uuid_cmp(data.attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_notify_multiple()
3123 if (!bt_uuid_cmp(data.attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_indicate()
3450 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_is_subscribed()
3485 bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC) && in bt_gatt_is_subscribed()
4175 .uuid = BT_UUID_GATT_CHRC, in parse_characteristic()
4616 if (!bt_uuid_cmp(&u.uuid, BT_UUID_GATT_CHRC)) { in gatt_find_info_rsp()
4705 !bt_uuid_cmp(params->uuid, BT_UUID_GATT_CHRC))) { in bt_gatt_discover()
Datt.c1564 bt_uuid_cmp(&u.uuid, BT_UUID_GATT_CHRC) != 0 && in att_read_type_req()
/Zephyr-latest/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-latest/subsys/bluetooth/host/shell/
Dgatt.c694 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in print_attr()