Modify the hid agent for gtest
[platform/core/connectivity/bluetooth-agent.git] / hid-agent / bluetooth-hid-agent.h
index 3a277a8..d09fdb0 100644 (file)
@@ -151,17 +151,6 @@ typedef struct {
        char *path;
 } bt_hid_agent_info_t;
 
-typedef struct {
-       unsigned char b[6];
-} __attribute__((packed)) bdaddr_t;
-
-/* Remote socket address */
-struct sockaddr_remote {
-       sa_family_t     family;
-       bdaddr_t        remote_bdaddr;
-       uint8_t         channel;
-};
-
 bt_hid_agent_error_t _bt_hid_disconnect_profile(void);
 
 #ifdef __cplusplus