X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fbluetooth-api.h;h=9b3da3953c550f5a10ab6cdae1636b7d64a8b4ad;hb=de8b4548a676d8fd09429108af7fc4e020ac9933;hp=774a4b85316cd1be96b14adadc954ec82ea8d91d;hpb=2aa718637d7b29aaf66ccf2c5555934166d6565d;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/include/bluetooth-api.h b/include/bluetooth-api.h index 774a4b8..9b3da39 100644 --- a/include/bluetooth-api.h +++ b/include/bluetooth-api.h @@ -329,16 +329,19 @@ typedef struct { typedef struct { time_t session_start_time; time_t session_end_time; - uint16_t session_connected_time; - uint16_t session_scan_time; + uint32_t tx_time; + uint32_t rx_time; + uint32_t idle_time; + uint32_t session_connected_time; + uint32_t session_scan_time; GSList *atm_list; } bt_battery_data; typedef struct { uid_t uid; pid_t pid; - uint16_t rx_bytes; - uint16_t tx_bytes; + uint32_t rx_bytes; + uint32_t tx_bytes; uint time; } bt_battery_app_data; @@ -710,6 +713,8 @@ typedef struct { /**< Base ID for IPSP events */ #define BLUETOOTH_EVENT_MAP_BASE ((int)(BLUETOOTH_EVENT_IPSP_BASE + 0x0020)) /**< Base ID for MAP events */ +#define BLUETOOTH_EVENT_MESH_BASE ((int)(BLUETOOTH_EVENT_MAP_BASE + 0x0020)) + /**< Base ID for MAP events */ /** * Bluetooth event type @@ -868,6 +873,8 @@ typedef enum { BLUETOOTH_EVENT_AVRCP_SETTING_REPEAT_STATUS, /**