zephyr/samples/bluetooth
Marcin Szymczyk e5cbe6a9e7 usb: cdc: Add unique PIDs for each sample
Unique PID is required for each sample in order
to be recognized by host.

When creating a new sample:
- Add USB_PID_<SAMPLE_NAME>_SAMPLE
  in samples/subsys/usb/usb_pid.Kconfig
- Create Kconfig file in your sample's subdirectory, containing:
  config USB_DEVICE_PID
	default USB_PID_<SAMPLE_NAME>_SAMPLE

  source "Kconfig.zephyr"

Signed-off-by: Marcin Szymczyk <Marcin.Szymczyk@nordicsemi.no>
2019-05-09 08:20:34 -04:00
..
beacon license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
central license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
central_hr license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
eddystone Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
gatt Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
handsfree license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
hci_spi license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
hci_uart samples: bluetooth: hci_uart: update nrf52840_pca10090 config 2019-04-19 12:21:21 +02:00
hci_usb usb: cdc: Add unique PIDs for each sample 2019-05-09 08:20:34 -04:00
ibeacon samples: bluetooth: ibeacon: change to ADV_NONCONN_IND type 2019-05-03 14:27:34 +03:00
ipsp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mesh license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mesh_demo license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
peripheral Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
peripheral_csc Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
peripheral_dis Bluetooth: Add additional attributes to DIS 2019-05-08 20:17:07 +03:00
peripheral_esp Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
peripheral_hids license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
peripheral_hr license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
peripheral_sc_only license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
scan_adv license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
bluetooth.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00