summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinu Jella <sjella@codeaurora.org>2015-04-08 17:09:09 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:30:39 -0600
commit2bf78394d6abd2bec7ba1c1815d1ab9f48ee76d9 (patch)
tree36bb1c611b94bc2a377658422ed535c654139580
parentaacbc388b290ba4ee853130967c4113d44420aaf (diff)
downloadhardware_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.h2
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