Add the Rx / Tx / idle time in the battery monitor
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / hardware / bluetooth.h
index 598a74a..7c0bbac 100644 (file)
@@ -753,6 +753,10 @@ typedef struct {
 #ifdef TIZEN_BT_HAL
        /** Get Bluetooth Adapter Powered status */
        int (*get_adapter_powered_status)(uint8_t *status);
+
+       /** Get Bluetooth Adapter Energy Information */
+       int (*get_adapter_energy_info)(uint32_t *tx_time, uint32_t *rx_time,
+                                               uint32_t *idle_time, uint32_t *energy_used);
 #endif
 
        /** Get all Bluetooth Adapter properties at init */