Diff between 31c97a2a0634fdf70a7aab1f0ebbc58c4a51162e and b1cf1ca02d48085977819f282248ac577a7fa53a

Changed Files

File Additions Deletions Status
tools/btpclient.c +4 -0 modified

Full Patch

diff --git a/tools/btpclient.c b/tools/btpclient.c
index eafa9d9..9ea6249 100644
--- a/tools/btpclient.c
+++ b/tools/btpclient.c
@@ -111,6 +111,10 @@ static void btp_gap_read_commands(uint8_t index, const void *param,
 	commands |= (1 << BTP_OP_GAP_READ_SUPPORTED_COMMANDS);
 	commands |= (1 << BTP_OP_GAP_READ_CONTROLLER_INDEX_LIST);
 	commands |= (1 << BTP_OP_GAP_READ_COTROLLER_INFO);
+	commands |= (1 << BTP_OP_GAP_RESET);
+	commands |= (1 << BTP_OP_GAP_SET_POWERED);
+	commands |= (1 << BTP_OP_GAP_SET_DISCOVERABLE);
+	commands |= (1 << BTP_OP_GAP_SET_BONDABLE);
 
 	commands = L_CPU_TO_LE16(commands);