From 2a1360ecf9dfa4b103e1e943b4a2e3fd98eda242 Mon Sep 17 00:00:00 2001 From: Emil Gydesen Date: Tue, 17 Sep 2024 18:08:53 +0200 Subject: [PATCH] MAINTAINERS: Add BT role specific conf files to right groups The mesh.conf belongs to the Mesh group and the audio.conf belongs to the Audio group. Signed-off-by: Emil Gydesen --- MAINTAINERS.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index b4bf261ec29..1c72bfe707b 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -416,6 +416,8 @@ Bluetooth Host: - tests/bluetooth/controller/ - tests/bluetooth/mesh*/ - tests/bluetooth/qualification/ + - tests/bluetooth/shell/audio.conf + - tests/bluetooth/shell/mesh.conf - tests/bluetooth/tester/ - tests/bsim/bluetooth/audio/ - tests/bsim/bluetooth/audio_samples/ @@ -446,6 +448,7 @@ Bluetooth Mesh: - samples/bluetooth/mesh*/ - subsys/bluetooth/mesh/ - tests/bluetooth/mesh*/ + - tests/bluetooth/shell/mesh.conf - tests/bsim/bluetooth/mesh/ labels: - "area: Bluetooth Mesh"