Diff between 0cf3bbbf94e26e34b275a00f5ba237b131a28029 and 8c6ff341bb8b06272825695effdab855a7f264ed
Changed Files
| File | Additions | Deletions | Status |
| emulator/btdev.c | +1 | -1 | modified |
Full Patch
diff --git a/emulator/btdev.c b/emulator/btdev.c
index 0ef840a..902ce86 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -5733,7 +5733,7 @@ static int cmd_create_big_test(struct btdev *dev, const void *data, uint8_t len)
static int cmd_term_big(struct btdev *dev, const void *data, uint8_t len)
{
- cmd_status(dev, BT_HCI_ERR_SUCCESS, BT_HCI_CMD_DISCONNECT);
+ cmd_status(dev, BT_HCI_ERR_SUCCESS, BT_HCI_CMD_LE_TERM_BIG);
return 0;
}