diff --git a/emulator/btdev.c b/emulator/btdev.c
index 3747eaa..5dd7d09 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
struct le_big *big;
uint8_t status = BT_HCI_ERR_SUCCESS;
- /* Check that PA advertising is enabled othewise it is not possible to
- * have a BIG.
- */
- if (!dev->le_pa_enable) {
- status = BT_HCI_ERR_UNKNOWN_ADVERTISING_ID;
- goto done;
- }
-
/* If the BIG_Handle does not identify a BIG, the Controller shall
* return the error code Unknown Advertising Identifier (0x42).
*/