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/ |
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/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | peripheral.c | 251 .uuid = BT_UUID_GATT_CHRC, in check_ccc_handle()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | peripheral.c | 274 .uuid = BT_UUID_GATT_CHRC, in check_ccc_handle()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 920 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 | 1940 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()
|
D | att.c | 1564 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()
|