Searched refs:BT_UUID_GATT_SECONDARY (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 98 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_SECONDARY, \
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | gatt.h | 693 BT_GATT_ATTRIBUTE(BT_UUID_GATT_SECONDARY, BT_GATT_PERM_READ, \
|
D | uuid.h | 841 #define BT_UUID_GATT_SECONDARY \ macro
|
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/ |
D | btp_gatt.c | 670 !bt_uuid_cmp(tmp->uuid, BT_UUID_GATT_SECONDARY)) { in get_base_chrc() 776 bt_uuid_cmp(svc->uuid, BT_UUID_GATT_SECONDARY)) { in add_included() 940 !bt_uuid_cmp(attr->uuid, BT_UUID_GATT_SECONDARY) || in set_attr_enc_key_size()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | att.c | 1094 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_SECONDARY)) { in find_type_cb() 1810 bt_uuid_cmp(attr->uuid, BT_UUID_GATT_SECONDARY)) { in read_group_cb() 1930 bt_uuid_cmp(&u.uuid, BT_UUID_GATT_SECONDARY)) { in att_read_group_req()
|
D | gatt.c | 1787 !bt_uuid_cmp(attr->uuid, BT_UUID_GATT_SECONDARY)) { in get_service_handles() 3396 bt_uuid_cmp(attr->uuid, BT_UUID_GATT_SECONDARY)) { in bt_gatt_is_subscribed() 4446 !bt_uuid_cmp(&u.uuid, BT_UUID_GATT_SECONDARY) || in gatt_find_info_rsp() 4541 !bt_uuid_cmp(params->uuid, BT_UUID_GATT_SECONDARY) || in bt_gatt_discover()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/ |
D | gatt.c | 699 !bt_uuid_cmp(attr->uuid, BT_UUID_GATT_SECONDARY)) { in print_attr()
|