/Zephyr-Core-2.7.6/samples/bluetooth/scan_adv/ |
D | README.rst | 11 advertising packets with a manufacturer data element. The content of the
|
/Zephyr-Core-2.7.6/doc/guides/dts/ |
D | bindings.rst | 184 compatible: "manufacturer,foo-device" 242 compatible: "manufacturer,device" 249 compatible = "manufacturer,device"; 252 Assuming no binding has ``compatible: "manufacturer,device-v2"``, it would also 258 compatible = "manufacturer,device-v2", "manufacturer,device"; 267 The ``manufacturer`` prefix identifies the device vendor. See 290 compatible: "manufacturer,serial" 311 compatible = "manufacturer,serial"; 644 compatible: "manufacturer,spi-peripheral" 684 ``manufacturer,sensor`` which can be used via either I2C or SPI. [all …]
|
/Zephyr-Core-2.7.6/doc/reference/peripherals/ |
D | kscan.rst | 19 defined by a keymap provided by the keyboard manufacturer.
|
/Zephyr-Core-2.7.6/subsys/usb/class/netusb/ |
D | function_rndis.c | 208 static uint8_t manufacturer[] = CONFIG_USB_DEVICE_MANUFACTURER; variable 642 memcpy(net_buf_add(buf, sizeof(manufacturer) - 1), manufacturer, in rndis_query_handle() 643 sizeof(manufacturer) - 1); in rndis_query_handle()
|
/Zephyr-Core-2.7.6/drivers/disk/ |
D | sdmmc_sdhc.h | 227 uint8_t manufacturer; member 731 cid->manufacturer = (uint8_t)((raw_cid[3U] & 0xFF000000U) >> 24U); in sdhc_decode_cid()
|
/Zephyr-Core-2.7.6/drivers/flash/ |
D | Kconfig.nrf | 78 block size parameter (imposed by manufacturer) is possible but operation
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | hci_core.h | 294 uint16_t manufacturer; member
|
D | conn_internal.h | 210 uint16_t manufacturer; member
|
D | hci_core.c | 1885 conn->rv.manufacturer = sys_le16_to_cpu(evt->manufacturer); in bt_hci_evt_read_remote_version_complete() 2471 bt_dev.manufacturer = sys_le16_to_cpu(rp->manufacturer); in read_local_ver_complete() 3127 bt_dev.hci_revision, bt_dev.manufacturer); in bt_dev_show_info()
|
D | conn.c | 2335 remote_info->manufacturer = conn->rv.manufacturer; in bt_conn_get_remote_info() 2339 remote_info->manufacturer = 0; in bt_conn_get_remote_info()
|
/Zephyr-Core-2.7.6/drivers/modem/ |
D | Kconfig.gsm | 18 Type/manufacturer of the GSM modem
|
/Zephyr-Core-2.7.6/subsys/usb/ |
D | Kconfig | 34 string "USB manufacturer name"
|
/Zephyr-Core-2.7.6/boards/xtensa/odroid_go/doc/ |
D | index.rst | 82 `toolchain`_ and the `SDK`_. Both are provided by the SoC manufacturer.
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | conn.h | 362 uint16_t manufacturer; member
|
D | hci.h | 625 uint16_t manufacturer; member 2075 uint16_t manufacturer; member
|
/Zephyr-Core-2.7.6/subsys/bluetooth/services/ |
D | Kconfig.dis | 36 The device manufacturer inside Device Information Service.
|
/Zephyr-Core-2.7.6/doc/reference/bluetooth/ |
D | hci.txt | 105 manufacturer. 180 The Hardware_Platform information defines the hardware manufacturer 181 information. The Hardware_Variant is manufacturer specific and defines the 182 hardware platform from that manufacturer. 202 | 0xXXXX | Assigned hardware manufacturer |
|
/Zephyr-Core-2.7.6/samples/bluetooth/ipsp/ |
D | README.rst | 70 [bt] [INF] show_dev_info: HCI: version 5.0 (0x09) revision 0x0000, manufacturer 0xffff
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 3993 manufacturer = [ variable in HardwareMap 4093 if d.manufacturer in self.manufacturer: 4097 if d.manufacturer == 'Texas Instruments' and not d.location.endswith('0'): 4119 logger.warning("Unsupported device (%s): %s" % (d.manufacturer, d))
|
/Zephyr-Core-2.7.6/samples/modules/canopennode/ |
D | README.rst | 170 object dictionary (here index ``0x1008``, the manufacturer device
|
/Zephyr-Core-2.7.6/doc/security/ |
D | security-overview.rst | 638 potentially IP of the vendor or manufacturer. 680 hardware manufacturer certifies the platform under defined
|
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/ |
D | bt.c | 382 remote_info->manufacturer); in remote_info_available()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/ |
D | hci.c | 623 rp->manufacturer = sys_cpu_to_le16(ll_settings_company_id()); in read_local_version_info() 6442 ep->manufacturer = ver_ind->company_id;
|