MAINTAINERS: Fix issues with Bluetooth HCI section
The primary header file was missing, and one of the labels was wrong. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
This commit is contained in:
parent
9705fc06b4
commit
47562485e4
|
@ -314,12 +314,13 @@ Bluetooth HCI:
|
||||||
- HoZHel
|
- HoZHel
|
||||||
files:
|
files:
|
||||||
- include/zephyr/drivers/bluetooth/
|
- include/zephyr/drivers/bluetooth/
|
||||||
|
- include/zephyr/drivers/bluetooth.h
|
||||||
- drivers/bluetooth/
|
- drivers/bluetooth/
|
||||||
- samples/bluetooth/hci_*/
|
- samples/bluetooth/hci_*/
|
||||||
- tests/bsim/bluetooth/hci_uart/
|
- tests/bsim/bluetooth/hci_uart/
|
||||||
- dts/bindings/bluetooth/
|
- dts/bindings/bluetooth/
|
||||||
labels:
|
labels:
|
||||||
- "area: Bluetooth Host"
|
- "area: Bluetooth HCI"
|
||||||
- "area: Bluetooth"
|
- "area: Bluetooth"
|
||||||
tests:
|
tests:
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
Loading…
Reference in New Issue