summaryrefslogtreecommitdiff
path: root/tests/bluetooth/test_bluetooth/src/bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bluetooth/test_bluetooth/src/bluetooth.c')
-rw-r--r--tests/bluetooth/test_bluetooth/src/bluetooth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bluetooth/test_bluetooth/src/bluetooth.c b/tests/bluetooth/test_bluetooth/src/bluetooth.c
index 77824dc02..0dd473152 100644
--- a/tests/bluetooth/test_bluetooth/src/bluetooth.c
+++ b/tests/bluetooth/test_bluetooth/src/bluetooth.c
@@ -40,6 +40,7 @@ static int driver_send(struct net_buf *buf)
}
static struct bt_driver drv = {
+ .bus = BT_DRIVER_BUS_VIRTUAL,
.open = driver_open,
.send = driver_send,
};