OSDN Git Service

DO NOT MERGE ANYWHERE Bluetooth native dumpsys logging support (1/4)
authorAndre Eisenbach <eisenbach@google.com>
Fri, 5 Dec 2014 17:35:57 +0000 (09:35 -0800)
committerTucker Sylvestro <tuckeris@google.com>
Wed, 4 Mar 2015 22:18:50 +0000 (17:18 -0500)
Bug: 18508263
Change-Id: Id7b69a6ed7d817a0f048cb8ebf0889c600171926

include/hardware/bluetooth.h

index 74cd1fc..face1a1 100644 (file)
@@ -533,6 +533,9 @@ typedef struct {
       * Success indicates that the VSC command was sent to controller
       */
     int (*read_energy_info)();
+
+    /** Native support for dumpsys function */
+    void (*dump)(int fd);
 } bt_interface_t;
 
 /** TODO: Need to add APIs for Service Discovery, Service authorization and