Home
last modified time | relevance | path

Searched refs:attr_id (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/btp/
Dbtp_gatt.h66 uint16_t attr_id; member
81 uint16_t attr_id; member
355 uint16_t attr_id[]; member
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_gatt.c886 uint16_t attr_id; in set_value() local
894 attr_id = sys_le16_to_cpu(cp->attr_id); in set_value()
895 if (attr_id > SERVER_MAX_ATTRIBUTES) { in set_value()
903 if (attr_id == 0) { in set_value()
907 status = alloc_value(&server_db[attr_id - server_db[0].handle], in set_value()
961 uint16_t attr_id; in set_enc_key_size() local
969 attr_id = sys_le16_to_cpu(cp->attr_id); in set_enc_key_size()
971 if (!attr_id) { in set_enc_key_size()
975 ret = set_attr_enc_key_size(&server_db[attr_id - in set_enc_key_size()
2121 (cmd_len != sizeof(*cp) + (cp->cnt * sizeof(cp->attr_id[0])))) { in notify_mult()
[all …]
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dsdp.c2190 uint16_t attr_id; member
2198 uint16_t attr_id; member
2208 struct bt_sdp_attr_item *attr, uint16_t attr_id) in bt_sdp_get_attr() argument
2238 if (id == attr_id) { in bt_sdp_get_attr()
2246 attr->attr_id = id; in bt_sdp_get_attr()