Searched refs:BT_UUID_GATT_CHRC (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.6.0/tests/bluetooth/gatt/src/ |
D | main.c | 210 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/ |
D | gatt_macs.h | 63 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_CHRC, \
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | peripheral.c | 261 .uuid = BT_UUID_GATT_CHRC, in check_ccc_handle()
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | peripheral.c | 274 .uuid = BT_UUID_GATT_CHRC, in check_ccc_handle()
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | gatt.h | 770 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CHRC, BT_GATT_PERM_READ, \
|
D | uuid.h | 859 #define BT_UUID_GATT_CHRC \ macro
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | gatt.c | 1869 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/ |
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-Core-3.6.0/subsys/bluetooth/shell/ |
D | gatt.c | 703 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in print_attr()
|