From c498b9be9d9478d9c516b331cbdb9b10691da51f Mon Sep 17 00:00:00 2001 From: Lukasz Rymanowski Date: Mon, 15 Sep 2014 13:51:15 +0200 Subject: [PATCH] android/hardware: Add HFP Client Interface ID --- android/hardware/bluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/android/hardware/bluetooth.h b/android/hardware/bluetooth.h index c00a8f7bc..0d3283bf5 100644 --- a/android/hardware/bluetooth.h +++ b/android/hardware/bluetooth.h @@ -37,6 +37,7 @@ __BEGIN_DECLS /* Bluetooth profile interface IDs */ #define BT_PROFILE_HANDSFREE_ID "handsfree" +#define BT_PROFILE_HANDSFREE_CLIENT_ID "handsfree_client" #define BT_PROFILE_ADVANCED_AUDIO_ID "a2dp" #define BT_PROFILE_HEALTH_ID "health" #define BT_PROFILE_SOCKETS_ID "socket" -- 2.47.3