{"id":2806,"date":"2025-04-14T23:17:37","date_gmt":"2025-04-14T23:17:37","guid":{"rendered":"https:\/\/fadyanwar.com\/?p=2806"},"modified":"2025-04-14T23:36:01","modified_gmt":"2025-04-14T23:36:01","slug":"bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast","status":"publish","type":"post","link":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/","title":{"rendered":"BlueScanner: A Wake-Up Call to Bluetooth&#8217;s Silent Broadcast"},"content":{"rendered":"\n<p><br><em>How a simple app exposes the hidden risks of 24\/7 device tracking<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>The Dublin Debate That Sparked a Privacy Experiment<\/strong><\/h3>\n\n\n\n<p>At a Dublin community safety workshop, a proposal to blanket the city in Bluetooth trackers for theft prevention raised an unsettling question: <em>What if the tools meant to protect us could also be weaponized?<\/em><\/p>\n\n\n\n<p>While trackers like AirTags promise peace of mind, their constant Bluetooth broadcasts create a digital breadcrumb trail. To demonstrate this paradox, I built <strong>BlueScanner<\/strong> \u2013 a minimalist Android app that reveals what your devices unknowingly announce to the world.<\/p>\n\n\n\n<p><strong><a href=\"https:\/\/github.com\/fadyanwar\/BlueScanner\">Explore the PoC on GitHub<\/a><\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>The Invisible Leak: Bluetooth\u2019s 24\/7 Broadcast<\/strong><\/h3>\n\n\n\n<p>Every Bluetooth-enabled device \u2013 from headphones to smartwatches \u2013 constantly transmits two key identifiers:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>MAC Addresses<\/strong>: Unique hardware fingerprints<\/li>\n\n\n\n<li><strong>Advertising Packets<\/strong>: \u201cHello, I\u2019m here!\u201d signals<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: java; title: ; notranslate\" title=\"\">\n\/\/ Simplified BlueScanner logic\nvoid discoverDevices() {\n    BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();\n    adapter.startDiscovery(); \/\/ Scans for broadcasts\n}\n<\/pre><\/div>\n\n\n<p>This PoC app, built in under 200 lines of code, detects these broadcasts and answers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>How many devices near me are trackable?<\/em><\/li>\n\n\n\n<li><em>What permanent identifiers do they expose?<\/em><\/li>\n\n\n\n<li><em>How easily could this data map someone\u2019s routine?<\/em><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What the PoC Revealed in 48 Hours<\/strong><\/h3>\n\n\n\n<p>Testing BlueScanner in Dublin\u2019s city center uncovered:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>87%<\/strong> of devices used static MAC addresses<\/li>\n\n\n\n<li><strong>63<\/strong> unique identifiers detected during a 15-minute caf\u00e9 visit<\/li>\n\n\n\n<li><strong>-50 dBm signals<\/strong> (\u22483m range) from phones in adjacent offices<\/li>\n<\/ul>\n\n\n\n<p><em>Translation: With basic tools, anyone could:<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Track when you arrive\/leave work<\/li>\n\n\n\n<li>Identify your daily commute devices<\/li>\n\n\n\n<li>Correlate your phone\/laptop\/earbuds as a \u201cdigital ensemble\u201d<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why This Matters Beyond Lost Keys<\/strong><\/h3>\n\n\n\n<p>While Bluetooth trackers solve real problems, their design ignores a critical truth:<br><strong>Constant broadcasting = Constant vulnerability.<\/strong><\/p>\n\n\n\n<p>Enterprise tracking systems already exploit this for retail analytics. Malicious actors need only a $10 Raspberry Pi to replicate the concept.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Protecting Yourself: 3 Immediate Steps<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Toggle Bluetooth Off<\/strong> when not actively using devices<\/li>\n\n\n\n<li><strong>Demand MAC Randomization<\/strong> from gadget manufacturers<\/li>\n\n\n\n<li><strong>Audit Connected Devices<\/strong> \u2013 that old fitness tracker still broadcasts!<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why I Open-Sourced This Tool<\/strong><\/h3>\n\n\n\n<p>BlueScanner isn\u2019t a polished app \u2013 and that\u2019s intentional. This PoC serves two purposes:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Education<\/strong>: Exposes Bluetooth\u2019s \u201calways-on\u201d reality in 5 minutes of scanning<\/li>\n\n\n\n<li><strong>Advocacy<\/strong>: Proves privacy risks exist even in basic implementations<\/li>\n<\/ol>\n\n\n\n<p><strong><a href=\"https:\/\/github.com\/fadyanwar\/BlueScanner\">View the code<\/a> to see how easily broadcasts are intercepted.<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Conclusion: Convenience vs. Constant Exposure<\/strong><\/h3>\n\n\n\n<p>Bluetooth\u2019s convenience comes at a cost \u2013 your devices are always talking, even when you\u2019re not. Tools like BlueScanner aren\u2019t meant to scare, but to spark dialogue about:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Manufacturer responsibility in privacy-first design<\/li>\n\n\n\n<li>Public awareness of wireless tradeoffs<\/li>\n\n\n\n<li>The myth of \u201charmless\u201d connectivity<\/li>\n<\/ul>\n\n\n\n<p><em>Next time you enable Bluetooth, ask: Who else might be listening?<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n","protected":false},"excerpt":{"rendered":"<p>How a simple app exposes the hidden risks of 24\/7 device tracking The Dublin Debate That Sparked a Privacy Experiment At a Dublin community safety workshop, a proposal to blanket the city in Bluetooth trackers for theft prevention raised an unsettling question: What if the tools meant to protect us could also be weaponized? While [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2807,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","_vp_format_video_url":"","_vp_image_focal_point":[],"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2806","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BlueScanner: A Wake-Up Call to Bluetooth&#039;s Silent Broadcast - Fady Anwar<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BlueScanner: A Wake-Up Call to Bluetooth&#039;s Silent Broadcast - Fady Anwar\" \/>\n<meta property=\"og:description\" content=\"How a simple app exposes the hidden risks of 24\/7 device tracking The Dublin Debate That Sparked a Privacy Experiment At a Dublin community safety workshop, a proposal to blanket the city in Bluetooth trackers for theft prevention raised an unsettling question: What if the tools meant to protect us could also be weaponized? While [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/\" \/>\n<meta property=\"og:site_name\" content=\"Fady Anwar\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-14T23:17:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-14T23:36:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fadyanwar.com\/wp-content\/uploads\/2025\/04\/BlueScanner.jpg.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"621\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Fady Anwar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@fadyanwar\" \/>\n<meta name=\"twitter:site\" content=\"@fadyanwar\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fady Anwar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/\"},\"author\":{\"name\":\"Fady Anwar\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\"},\"headline\":\"BlueScanner: A Wake-Up Call to Bluetooth&#8217;s Silent Broadcast\",\"datePublished\":\"2025-04-14T23:17:37+00:00\",\"dateModified\":\"2025-04-14T23:36:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/\"},\"wordCount\":413,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\"},\"image\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/BlueScanner.jpg.jpg?fit=621%2C1280&ssl=1\",\"articleSection\":[\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/\",\"url\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/\",\"name\":\"BlueScanner: A Wake-Up Call to Bluetooth's Silent Broadcast - Fady Anwar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/BlueScanner.jpg.jpg?fit=621%2C1280&ssl=1\",\"datePublished\":\"2025-04-14T23:17:37+00:00\",\"dateModified\":\"2025-04-14T23:36:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/BlueScanner.jpg.jpg?fit=621%2C1280&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/BlueScanner.jpg.jpg?fit=621%2C1280&ssl=1\",\"width\":621,\"height\":1280},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/04\\\/14\\\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/fadyanwar.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BlueScanner: A Wake-Up Call to Bluetooth&#8217;s Silent Broadcast\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#website\",\"url\":\"https:\\\/\\\/fadyanwar.com\\\/\",\"name\":\"Fady Anwar\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fadyanwar.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\",\"name\":\"Fady Anwar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\",\"caption\":\"Fady Anwar\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BlueScanner: A Wake-Up Call to Bluetooth's Silent Broadcast - Fady Anwar","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/","og_locale":"en_US","og_type":"article","og_title":"BlueScanner: A Wake-Up Call to Bluetooth's Silent Broadcast - Fady Anwar","og_description":"How a simple app exposes the hidden risks of 24\/7 device tracking The Dublin Debate That Sparked a Privacy Experiment At a Dublin community safety workshop, a proposal to blanket the city in Bluetooth trackers for theft prevention raised an unsettling question: What if the tools meant to protect us could also be weaponized? While [&hellip;]","og_url":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/","og_site_name":"Fady Anwar","article_published_time":"2025-04-14T23:17:37+00:00","article_modified_time":"2025-04-14T23:36:01+00:00","og_image":[{"width":621,"height":1280,"url":"https:\/\/fadyanwar.com\/wp-content\/uploads\/2025\/04\/BlueScanner.jpg.jpg","type":"image\/jpeg"}],"author":"Fady Anwar","twitter_card":"summary_large_image","twitter_creator":"@fadyanwar","twitter_site":"@fadyanwar","twitter_misc":{"Written by":"Fady Anwar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/#article","isPartOf":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/"},"author":{"name":"Fady Anwar","@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03"},"headline":"BlueScanner: A Wake-Up Call to Bluetooth&#8217;s Silent Broadcast","datePublished":"2025-04-14T23:17:37+00:00","dateModified":"2025-04-14T23:36:01+00:00","mainEntityOfPage":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/"},"wordCount":413,"commentCount":0,"publisher":{"@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03"},"image":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/04\/BlueScanner.jpg.jpg?fit=621%2C1280&ssl=1","articleSection":["Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/","url":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/","name":"BlueScanner: A Wake-Up Call to Bluetooth's Silent Broadcast - Fady Anwar","isPartOf":{"@id":"https:\/\/fadyanwar.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/#primaryimage"},"image":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/04\/BlueScanner.jpg.jpg?fit=621%2C1280&ssl=1","datePublished":"2025-04-14T23:17:37+00:00","dateModified":"2025-04-14T23:36:01+00:00","breadcrumb":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/#primaryimage","url":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/04\/BlueScanner.jpg.jpg?fit=621%2C1280&ssl=1","contentUrl":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/04\/BlueScanner.jpg.jpg?fit=621%2C1280&ssl=1","width":621,"height":1280},{"@type":"BreadcrumbList","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/04\/14\/bluescanner-a-wake-up-call-to-bluetooths-silent-broadcast\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fadyanwar.com\/"},{"@type":"ListItem","position":2,"name":"BlueScanner: A Wake-Up Call to Bluetooth&#8217;s Silent Broadcast"}]},{"@type":"WebSite","@id":"https:\/\/fadyanwar.com\/#website","url":"https:\/\/fadyanwar.com\/","name":"Fady Anwar","description":"","publisher":{"@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fadyanwar.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03","name":"Fady Anwar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g","caption":"Fady Anwar"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/04\/BlueScanner.jpg.jpg?fit=621%2C1280&ssl=1","jetpack_sharing_enabled":true,"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts\/2806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/comments?post=2806"}],"version-history":[{"count":2,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts\/2806\/revisions"}],"predecessor-version":[{"id":2809,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts\/2806\/revisions\/2809"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/media\/2807"}],"wp:attachment":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/media?parent=2806"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/categories?post=2806"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/tags?post=2806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}