Change-Id: Ic4bb2d5810dd46984bfaa54e00c94f8a954b3868
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
return error_code;
}
+/* LCOV_EXCL_START */
int bt_adapter_get_local_irk(unsigned char **local_irk)
{
int error_code = BT_ERROR_NONE;
return BT_ERROR_NONE;
}
+/* LCOV_EXCL_STOP */
int bt_adapter_stop_device_discovery(void)
{
return ret;
} /* LCOV_EXCL_STOP */
+/* LCOV_EXCL_START */
static bool __bt_gatt_is_phy_options_valid(int phy_options)
{
if (phy_options < PHY_OPTION_NO_PREFERRED ||
return BT_ERROR_NONE;
}
+/* LCOV_EXCL_STOP */
int bt_gatt_server_foreach_services(bt_gatt_server_h server,
bt_gatt_foreach_cb callback, void *user_data)
BT_INFO("Specification Name [%s]", *name);
return BT_ERROR_NONE;
}
-/* LCOV_EXCL_STOP */
int bt_gatt_client_read_phy(bt_gatt_client_h client,
bt_gatt_client_phy_read_cb callback, void *user_data)
return BT_ERROR_NONE;
}
+/* LCOV_EXCL_STOP */
return ret; /* LCOV_EXCL_STOP */
}
+/* LCOV_EXCL_START */
int bt_socket_get_l2cap_max_buffer_size(int *size)
{
int error_code = BT_ERROR_NONE;
return error_code; /* LCOV_EXCL_STOP */
}
+/* LCOV_EXCL_STOP */
int bt_socket_set_l2cap_channel_connection_state_changed_cb(
bt_socket_l2cap_channel_connection_state_changed_cb callback, void *user_data)