Searched refs:BT_UUID_GATT_PRIMARY (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 82 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_PRIMARY, \
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 829 BT_GATT_ATTRIBUTE(BT_UUID_GATT_PRIMARY, BT_GATT_PERM_READ, \
|
D | uuid.h | 832 #define BT_UUID_GATT_PRIMARY \ macro
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gatt.c | 669 if (!bt_uuid_cmp(tmp->uuid, BT_UUID_GATT_PRIMARY) || in get_base_chrc() 775 if (bt_uuid_cmp(svc->uuid, BT_UUID_GATT_PRIMARY) && in add_included() 939 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) || in set_attr_enc_key_size()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 1154 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY)) { in find_type_cb() 1295 if (bt_uuid_cmp(BT_UUID_DECLARE_16(type), BT_UUID_GATT_PRIMARY)) { in att_find_type_req() 1888 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) && in read_group_cb() 2008 if (bt_uuid_cmp(&u.uuid, BT_UUID_GATT_PRIMARY) && in att_read_group_req()
|
D | gatt.c | 1857 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) || in get_service_handles() 3486 bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) && in bt_gatt_is_subscribed() 4607 if (!bt_uuid_cmp(&u.uuid, BT_UUID_GATT_PRIMARY) || in gatt_find_info_rsp() 4702 (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_PRIMARY) || in bt_gatt_discover()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 689 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) || in print_attr()
|