summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/bluetooth/tester/src/gap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bluetooth/tester/src/gap.c b/tests/bluetooth/tester/src/gap.c
index 94cdc5f90..587b1c94a 100644
--- a/tests/bluetooth/tester/src/gap.c
+++ b/tests/bluetooth/tester/src/gap.c
@@ -86,6 +86,7 @@ static void supported_commands(uint8_t *data, uint16_t len)
tester_set_bit(cmds, GAP_STOP_ADVERTISING);
tester_set_bit(cmds, GAP_START_DISCOVERY);
tester_set_bit(cmds, GAP_STOP_DISCOVERY);
+ tester_set_bit(cmds, GAP_CONNECT);
tester_set_bit(cmds, GAP_DISCONNECT);
tester_set_bit(cmds, GAP_SET_IO_CAP);
tester_set_bit(cmds, GAP_PAIR);