Searched refs:BT_UUID_GATT_CHRC (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
| D | gatt_macs.h | 63 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_CHRC, \
|
| /Zephyr-latest/tests/bluetooth/gatt/src/ |
| D | main.c | 395 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/include/zephyr/bluetooth/ |
| D | gatt.h | 994 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CHRC, BT_GATT_PERM_READ, \
|
| D | uuid.h | 859 #define BT_UUID_GATT_CHRC \ macro
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | gatt.c | 1949 if (attr != NULL && bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC) == 0) { in bt_gatt_attr_value_handle() 2915 if (!bt_uuid_cmp(data.attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_notify_cb() 3094 if (!bt_uuid_cmp(data.attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_notify_multiple() 3140 if (!bt_uuid_cmp(data.attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_indicate() 3467 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_is_subscribed() 3502 bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC) && in bt_gatt_is_subscribed() 4191 .uuid = BT_UUID_GATT_CHRC, in parse_characteristic() 4632 if (!bt_uuid_cmp(&u.uuid, BT_UUID_GATT_CHRC)) { in gatt_find_info_rsp() 4721 !bt_uuid_cmp(params->uuid, BT_UUID_GATT_CHRC))) { in bt_gatt_discover()
|
| D | att.c | 1600 bt_uuid_cmp(&u.uuid, BT_UUID_GATT_CHRC) != 0 && in att_read_type_req()
|
| /Zephyr-latest/tests/bluetooth/tester/src/ |
| D | btp_gatt.c | 440 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/ |
| D | gatt.c | 694 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in print_attr()
|