diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-09-28 16:57:04 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-09-28 09:41:07 +0000 |
commit | b6acaeea244541d58b0ff1fc6b7d1dc1dc79cc8a (patch) | |
tree | 447d07bafd2d1b0cdba28aed5e6930b62f301b1b /binding-bluetooth/bluetooth-api.h | |
parent | 2b6c0f063f479ff0de0945922c6bcb3f823234a1 (diff) |
binding: bluetooth: report HFPConnected status
Due to ofono code removal the HFPConnected status wasn't being reported to
clients that depended on it. Ideally this needs to be in agl-service-telephony
binding, but till then just report HFP as 'connected' if both device is connected
and has the HFP UUID in the advertised services.
Bug-AGL: SPEC-1765
Change-Id: I6a1c5afe1d89a6ac6a4e84b07777d04368a4e772
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-bluetooth/bluetooth-api.h')
-rw-r--r-- | binding-bluetooth/bluetooth-api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binding-bluetooth/bluetooth-api.h b/binding-bluetooth/bluetooth-api.h index b1dbd45..55a9095 100644 --- a/binding-bluetooth/bluetooth-api.h +++ b/binding-bluetooth/bluetooth-api.h @@ -50,6 +50,7 @@ typedef struct { unsigned int index; /* currently selected media file */ } BtCtxHandleT; +#define HFP_UUID "0000111f-0000-1000-8000-00805f9b34fb" #endif /* BLUETOOTH_API_H */ |