X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-oal%2Fbluez_hal%2Finc%2Fbt-hal-msg.h;h=e7485d058fc1d56547572fb97f35ee4b56029b3f;hb=9601a7d1eab1eb874a9095ce1c063b73133e12e9;hp=e033e26ccb2e13932c0c3c7be6505cc60ccea429;hpb=b9265222207c044df6a64133929469543d45470d;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-oal/bluez_hal/inc/bt-hal-msg.h b/bt-oal/bluez_hal/inc/bt-hal-msg.h index e033e26..e7485d0 100644 --- a/bt-oal/bluez_hal/inc/bt-hal-msg.h +++ b/bt-oal/bluez_hal/inc/bt-hal-msg.h @@ -802,4 +802,10 @@ struct hal_ev_dbfw_plus_info_recieved { uint32_t data_len; } __attribute__((packed)); +#define HAL_EV_GATT_CLIENT_MTU_EXCHANGE_COMPLETED 0xCF +struct hal_ev_gatt_client_mtu_exchange_completed { + int32_t conn_id; + int32_t mtu; + int32_t status; +} __attribute__((packed)); #endif //_BT_HAL_MSG_H_