Prevent to use HAL blueooth ABI on HAL backend 19/313219/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 20 Jun 2024 06:44:53 +0000 (15:44 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 20 Jun 2024 06:51:17 +0000 (15:51 +0900)
Prevent to use HAL blueooth ABI on HAL backend
because HAL bluetooth API (hal-bluetooth.h) should be only used on platform side.
HAL backend is only able to use HAL interface (hal-bluetooth-interface.h).

Change-Id: I1e6fe73b1e8365cdc33d0c3fb8ddf56eb22a6b24
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
include/hal-bluetooth-interface.h

index db614ebc68ecdac4087926d9c421948792b6965c..f00c99622433b83d634a3be7b6d1d5c5fbdcb186 100644 (file)
@@ -20,7 +20,6 @@
 #define __HAL_BLUETOOTH_INTERFACE__
 
 #include <hal/hal-common-interface.h>
-#include "hal-bluetooth.h"
 
 #ifdef __cplusplus
 extern "C" {