diff options
author | Srinu Jella <sjella@codeaurora.org> | 2015-04-08 17:09:09 +0530 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2015-10-06 03:30:39 -0600 |
commit | 2bf78394d6abd2bec7ba1c1815d1ab9f48ee76d9 (patch) | |
tree | 36bb1c611b94bc2a377658422ed535c654139580 | |
parent | aacbc388b290ba4ee853130967c4113d44420aaf (diff) | |
download | hardware_libhardware-2bf78394d6abd2bec7ba1c1815d1ab9f48ee76d9.zip hardware_libhardware-2bf78394d6abd2bec7ba1c1815d1ab9f48ee76d9.tar.gz hardware_libhardware-2bf78394d6abd2bec7ba1c1815d1ab9f48ee76d9.tar.bz2 |
Bluetooth: BT_L2CAP_stack_certification
Stack certification changes for L2CAP.
Conflicts:
include/hardware/bluetooth.h
Change-Id: Idc54af2b19c7e421bde044f205842d6ca30b8187
-rw-r--r-- | include/hardware/bluetooth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h index 08f603d..66cd912 100644 --- a/include/hardware/bluetooth.h +++ b/include/hardware/bluetooth.h @@ -550,6 +550,8 @@ typedef struct { */ int (*config_clear)(void); + /** BT stack Test interface */ + const void* (*get_testapp_interface)(int test_app_profile); } bt_interface_t; /** TODO: Need to add APIs for Service Discovery, Service authorization and |