Home
last modified time | relevance | path

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/
Dgatt_macs.h82 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_PRIMARY, \
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h893 BT_GATT_ATTRIBUTE(BT_UUID_GATT_PRIMARY, BT_GATT_PERM_READ, \
Duuid.h832 #define BT_UUID_GATT_PRIMARY \ macro
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c669 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/
Datt.c1190 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY)) { in find_type_cb()
1331 if (bt_uuid_cmp(BT_UUID_DECLARE_16(type), BT_UUID_GATT_PRIMARY)) { in att_find_type_req()
1924 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) && in read_group_cb()
2044 if (bt_uuid_cmp(&u.uuid, BT_UUID_GATT_PRIMARY) && in att_read_group_req()
Dgatt.c1866 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) || in get_service_handles()
3503 bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) && in bt_gatt_is_subscribed()
4623 if (!bt_uuid_cmp(&u.uuid, BT_UUID_GATT_PRIMARY) || in gatt_find_info_rsp()
4718 (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_PRIMARY) || in bt_gatt_discover()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c689 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) || in print_attr()