Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dgatt.c721 struct bt_uuid_16 uuid16; in cmd_show_db() local
729 uuid16.uuid.type = BT_UUID_TYPE_16; in cmd_show_db()
730 uuid16.val = strtoul(argv[1], NULL, 16); in cmd_show_db()
736 bt_gatt_foreach_attr_type(0x0001, 0xffff, &uuid16.uuid, NULL, in cmd_show_db()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c705 uint16_t uuid16; member
714 uint16_t uuid16; member
723 uint16_t uuid16; member
1767 uint16_t uuid16 = sys_cpu_to_le16(BT_UUID_16(uuid)->val); in bt_gatt_attr_read_service() local
1770 &uuid16, 2); in bt_gatt_attr_read_service()
1780 uint16_t uuid16; member
1849 pdu.uuid16 = sys_cpu_to_le16(BT_UUID_16(uuid)->val); in bt_gatt_attr_read_included()
1850 value_len += sizeof(pdu.uuid16); in bt_gatt_attr_read_included()
1863 uint16_t uuid16; member
1906 pdu.uuid16 = sys_cpu_to_le16(BT_UUID_16(chrc->uuid)->val); in bt_gatt_attr_read_chrc()
[all …]
Dsdp.c2187 struct bt_uuid_16 uuid16; member
2383 memcpy(&pd->uuid16, in sdp_get_uuid_data()