From e3f3de1d80a904b651e0fb43d6aa5f0ec0fb6fb5 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Tue, 14 Feb 2023 11:47:33 -0500 Subject: [PATCH] sabrina: Report correct bluetooth name Change-Id: I1b7c120566cd02ac591c2cec1fe7cf6235f86864 (cherry picked from commit 32b36879434fcc31802a4c3e5e6d8a21a578e34c) --- bluetooth/include/bdroid_buildcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index 82400dd..244d112 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -7,7 +7,7 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H -#define BTM_DEF_LOCAL_NAME "ADT-3" +#define BTM_DEF_LOCAL_NAME "Chromecast" #define BLE_VND_INCLUDED TRUE -- 2.20.1